COLOR #23335A

HEX: #23335A
RGB: (35,51,90)

Color info

#23335A contains red, green and blue colors in about the same proportion. Web safe color of #23335A is #333366 (or #336).

RGB color model

#23335A color RGB value is (35,51,90).

  • red value is 35;
  • green value is 51;
  • blue value is 90.
RGB:
(35,51,90)
(14%,20%,35%)

RGB channels and saturation

R 35 of 255 = 14%
G 51 of 255 = 20%
B 90 of 255 = 35%

35
51
90

R + G + B ~ 23%. #23335A is dark color.

Portions of RGB colors in percentages

R + G + B =
35 + 51 + 90 = 176 (100%)
R 35 of 176 ~ 19.89%
G 51 of 176 ~ 28.98%
B 90 of 176 ~ 51.14%

%19.89
%28.98
%51.14

CMYK color model

#23335A color CMYK value is (61,43,0,65).

  • cyan value is 61.11%
  • magenta value is 43.33%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(61,43,0,65)
C61M43Y0K65 
(61%,43%,0%,65%)
(0.61/0.43/0.00/0.65)	

CMYK percentages

%61.11
%43.33
%0
%64.71

Codes

Color #23335A in popluar color models

23335A
RGB355190
HSL223°44.00%24.51%
HSB/HSV223°61.11%35.29%
CMYK61.11%43.33%0.00%
64.71%

Color #23335A in popluar number systems.

HEX23335A
Decimal355190
Binary1000111100111011010
Octal4363132

Shades and tints

Shades of #23335A

#23335A
(35,51,90)
#202F52
(32,47,82)
#1D2B4A
(29,43,74)
#1A2742
(26,39,66)
#17233A
(23,35,58)
#141F32
(20,31,50)
#111B2A
(17,27,42)
#0E1722
(14,23,34)
#0B131A
(11,19,26)
#080F12
(8,15,18)
#050B0A
(5,11,10)
#000000
(0,0,0)

Tints of #23335A

#23335A
(35,51,90)
#374569
(55,69,105)
#4B5778
(75,87,120)
#5F6987
(95,105,135)
#737B96
(115,123,150)
#878DA5
(135,141,165)
#9B9FB4
(155,159,180)
#AFB1C3
(175,177,195)
#C3C3D2
(195,195,210)
#D7D5E1
(215,213,225)
#EBE7F0
(235,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #23335A color. Also use rgb(35,51,90) instead hex code.

Text Font Color

.myTextColor { color: #23335A; }

<p style="color:#23335A">This sample text font color is #23335A.</p>

This text font color is #23335A.


Background Color

.myBgColor { background-color: #23335A; }

<div style="background-color:#23335A">Inner text</div>

This div background color is #23335A.


Border color

.myBorderColor { border: 1px solid #23335A; }

<div style="border:3px solid #23335A">Div</div>

This div border color is #23335A.


Opacity

.myOpacity80 { color: #23335A; opacity: 0.8; }

<p style="color:#23335A;opacity:0.8;">80%</p>

Text with #23335A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #23335A;}

<p style="text-shadow: 3px 3px 1px #23335A">Text here.</p>

This text has shadow with #23335A color.

.textShadow {text-shadow: 3px 3px 1px #23335A, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #23335A, 5px 5px 20px red">Text here.</p>

This text has shadow with #23335A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#23335A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#23335A, Direction=45, Strength=4)">Text</p>

This text has shadow with #23335A and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #23335A;
  -webkit-box-shadow:	1px 1px 3px 2px #23335A;
  box-shadow:		1px 1px 3px 2px #23335A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #23335A;
-webkit-box-shadow: 1px 1px 3px 2px #23335A;
box-shadow:1px 1px 3px 2px #23335A;">
Div content here</div>
This div box has shadow with color #23335A.

Preview

Color preview on black background

This text has color #23335A on black background.


Color preview on white background

This text has color #23335A on white background.



Black color preview on #23335A background

This text has black color on #23335A background.


White color preview on #23335A background

This text has white color on #23335A background.