Html Css Color HEX #23429D Egyptian Blue

📋 copy color: '#23429D'

red 35 ◦ green 66 ◦ blue 157

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

Shades of Egyptian Blue #23429D

Tints of Egyptian Blue #23429D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 60.85%

R = 13.57%
G = 25.58%
B = 60.85%

CMYK

 C value IS 0.78

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#23429D (or 0x23429D) is known color: Egyptian Blue. HEX triplet: 23, 42 and 9D. RGB value is (35,66,157). Sum of RGB (Red+Green+Blue) = 35+66+157=258 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.57% from 258); Green value is 66 (26.17% from 255 or 25.58% from 258); Blue value is 157 (61.72% from 255 or 60.85% from 258); Max value from RGB is 157 - color contains mainly: blue. Hex color #23429D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23429D is #DCBD62. Grayscale: #424242. Windows color (decimal): -14466403 or 10306083. OLE color: 10306083.

HSL color Cylindrical-coordinate representation of color #23429D: hue angle of 224.75º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #23429D is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 35 66 157 -
CMYK 0.78 0.58 0 0.38
HSL 224.75º 0.64% 0.38% -
HSV(B) 224.75º 0.78% 0.62% -
XYZ 8.73 6.69 32.73 -
YUV 67.11 178.73 105.1 -
System Red Green Blue C M Y K H S L
Decimal 35 66 157 0.78 0.58 0 0.38 224.75 0.64 0.38
Hex 23 42 9D 4E 3A 0 26 E1 40 26
Octal 43 102 235 116 72 0 46 341 100 46
Binary 100011 1000010 10011101 1001110 111010 0 100110 11100001 1000000 100110

Color Harmonies of #23429D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23429D

Black with #23429D

Text Example


Text Example

White with #23429D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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