Html Css Color HEX #23409C Egyptian Blue

📋 copy color: '#23409C'

red 35 ◦ green 64 ◦ blue 156

#23409C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Egyptian Blue #23409C

Tints of Egyptian Blue #23409C

RGB

 RED value IS 35 (14.06% from 255) = 13.73%

 GREEN value IS 64 (25.39% from 255) = 25.1%

 BLUE value IS 156 (61.33% from 255) = 61.18%

R = 13.73%
G = 25.1%
B = 61.18%

CMYK

 C value IS 0.78

 M value IS 0.59

 Y value IS 0

 K value IS 0.39

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#23409C (or 0x23409C) is known color: Egyptian Blue. HEX triplet: 23, 40 and 9C. RGB value is (35,64,156). Sum of RGB (Red+Green+Blue) = 35+64+156=255 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.73% from 255); Green value is 64 (25.39% from 255 or 25.10% from 255); Blue value is 156 (61.33% from 255 or 61.18% from 255); Max value from RGB is 156 - color contains mainly: blue. Hex color #23409C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23409C is #DCBF63. Grayscale: #414141. Windows color (decimal): -14466916 or 10240035. OLE color: 10240035.

HSL color Cylindrical-coordinate representation of color #23409C: hue angle of 225.62º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #23409C is Cyan = 0.78, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 35 64 156 -
CMYK 0.78 0.59 0 0.39
HSL 225.62º 0.63% 0.37% -
HSV(B) 225.62º 0.78% 0.61% -
XYZ 8.53 6.42 32.24 -
YUV 65.82 178.89 106.02 -
System Red Green Blue C M Y K H S L
Decimal 35 64 156 0.78 0.59 0 0.39 225.62 0.63 0.37
Hex 23 40 9C 4E 3B 0 27 E2 3F 25
Octal 43 100 234 116 73 0 47 342 77 45
Binary 100011 1000000 10011100 1001110 111011 0 100111 11100010 111111 100101

Color Harmonies of #23409C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23409C

Black with #23409C

Text Example


Text Example

White with #23409C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23409C; }

 p { color: rgb(35,64,156); }

 H1.HeaderClassName
 {
   color: #23409C;
 }
 .AnyTagClassName
 {
   color: #23409C;
 }
</style>

background-color css

<style>
 a { background-color: #23409C; }

 a { background-color: rgb(35,64,156); }

 div.DivClassName
 {
   background-color: #23409C;
 }
 .BgClassName
 {
   background-color: #23409C;
 }
</style>

border-color css

<style>
 span { border-color: #23409C; }

 span { border-color: rgb(35,64,156); }

 td.TdClassName
 {
   border-color: #23409C;
 }
 .TagClassName
 {
   border-color: #23409C;
 }
</style>