Html Css Color HEX #23429F Egyptian Blue

📋 copy color: '#23429F'

red 35 ◦ green 66 ◦ blue 159

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

Shades of Egyptian Blue #23429F

Tints of Egyptian Blue #23429F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 61.15%

R = 13.46%
G = 25.38%
B = 61.15%

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

#23429F (or 0x23429F) is known color: Egyptian Blue. HEX triplet: 23, 42 and 9F. RGB value is (35,66,159). Sum of RGB (Red+Green+Blue) = 35+66+159=260 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.46% from 260); Green value is 66 (26.17% from 255 or 25.38% from 260); Blue value is 159 (62.5% from 255 or 61.15% from 260); Max value from RGB is 159 - color contains mainly: blue. Hex color #23429F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23429F is #DCBD60. Grayscale: #424242. Windows color (decimal): -14466401 or 10437155. OLE color: 10437155.

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

Color convert

RGB 35 66 159 -
CMYK 0.78 0.58 0 0.38
HSL 225º 0.64% 0.38% -
HSV(B) 225º 0.78% 0.62% -
XYZ 8.9 6.76 33.64 -
YUV 67.33 179.73 104.94 -
System Red Green Blue C M Y K H S L
Decimal 35 66 159 0.78 0.58 0 0.38 225 0.64 0.38
Hex 23 42 9F 4E 3A 0 26 E1 40 26
Octal 43 102 237 116 72 0 46 341 100 46
Binary 100011 1000010 10011111 1001110 111010 0 100110 11100001 1000000 100110

Color Harmonies of #23429F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23429F

Black with #23429F

Text Example


Text Example

White with #23429F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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