Html Css Color HEX #23429C Egyptian Blue

📋 copy color: '#23429C'

red 35 ◦ green 66 ◦ blue 156

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

Shades of Egyptian Blue #23429C

Tints of Egyptian Blue #23429C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.68%

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

R = 13.62%
G = 25.68%
B = 60.7%

CMYK

 C value IS 0.78

 M value IS 0.58

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#23429C (or 0x23429C) is known color: Egyptian Blue. HEX triplet: 23, 42 and 9C. RGB value is (35,66,156). Sum of RGB (Red+Green+Blue) = 35+66+156=257 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.62% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 156 (61.33% from 255 or 60.70% from 257); Max value from RGB is 156 - color contains mainly: blue. Hex color #23429C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23429C is #DCBD63. Grayscale: #424242. Windows color (decimal): -14466404 or 10240547. OLE color: 10240547.

HSL color Cylindrical-coordinate representation of color #23429C: hue angle of 224.63º 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 #23429C is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 35 66 156 -
CMYK 0.78 0.58 0 0.39
HSL 224.63º 0.63% 0.37% -
HSV(B) 224.63º 0.78% 0.61% -
XYZ 8.64 6.65 32.28 -
YUV 66.99 178.23 105.18 -
System Red Green Blue C M Y K H S L
Decimal 35 66 156 0.78 0.58 0 0.39 224.63 0.63 0.37
Hex 23 42 9C 4E 3A 0 27 E1 3F 25
Octal 43 102 234 116 72 0 47 341 77 45
Binary 100011 1000010 10011100 1001110 111010 0 100111 11100001 111111 100101

Color Harmonies of #23429C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23429C

Black with #23429C

Text Example


Text Example

White with #23429C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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