Html Css Color HEX #23429B Egyptian Blue

📋 copy color: '#23429B'

red 35 ◦ green 66 ◦ blue 155

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

Shades of Egyptian Blue #23429B

Tints of Egyptian Blue #23429B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 60.55%

R = 13.67%
G = 25.78%
B = 60.55%

CMYK

 C value IS 0.77

 M value IS 0.57

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#23429B (or 0x23429B) is known color: Egyptian Blue. HEX triplet: 23, 42 and 9B. RGB value is (35,66,155). Sum of RGB (Red+Green+Blue) = 35+66+155=256 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.67% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 155 (60.94% from 255 or 60.55% from 256); Max value from RGB is 155 - color contains mainly: blue. Hex color #23429B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23429B is #DCBD64. Grayscale: #424242. Windows color (decimal): -14466405 or 10175011. OLE color: 10175011.

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

Color convert

RGB 35 66 155 -
CMYK 0.77 0.57 0 0.39
HSL 224.5º 0.63% 0.37% -
HSV(B) 224.5º 0.77% 0.61% -
XYZ 8.56 6.62 31.84 -
YUV 66.88 177.73 105.26 -
System Red Green Blue C M Y K H S L
Decimal 35 66 155 0.77 0.57 0 0.39 224.5 0.63 0.37
Hex 23 42 9B 4D 39 0 27 E0 3F 25
Octal 43 102 233 115 71 0 47 340 77 45
Binary 100011 1000010 10011011 1001101 111001 0 100111 11100000 111111 100101

Color Harmonies of #23429B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23429B

Black with #23429B

Text Example


Text Example

White with #23429B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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