Html Css Color HEX #23469E Egyptian Blue

📋 copy color: '#23469E'

red 35 ◦ green 70 ◦ blue 158

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

Shades of Egyptian Blue #23469E

Tints of Egyptian Blue #23469E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.62%

 BLUE value IS 158 (62.11% from 255) = 60.08%

R = 13.31%
G = 26.62%
B = 60.08%

CMYK

 C value IS 0.78

 M value IS 0.56

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#23469E (or 0x23469E) is known color: Egyptian Blue. HEX triplet: 23, 46 and 9E. RGB value is (35,70,158). Sum of RGB (Red+Green+Blue) = 35+70+158=263 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.31% from 263); Green value is 70 (27.73% from 255 or 26.62% from 263); Blue value is 158 (62.11% from 255 or 60.08% from 263); Max value from RGB is 158 - color contains mainly: blue. Hex color #23469E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23469E is #DCB961. Grayscale: #454545. Windows color (decimal): -14465378 or 10372643. OLE color: 10372643.

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

Color convert

RGB 35 70 158 -
CMYK 0.78 0.56 0 0.38
HSL 222.93º 0.64% 0.38% -
HSV(B) 222.93º 0.78% 0.62% -
XYZ 9.05 7.21 33.26 -
YUV 69.57 177.9 103.34 -
System Red Green Blue C M Y K H S L
Decimal 35 70 158 0.78 0.56 0 0.38 222.93 0.64 0.38
Hex 23 46 9E 4E 38 0 26 DF 40 26
Octal 43 106 236 116 70 0 46 337 100 46
Binary 100011 1000110 10011110 1001110 111000 0 100110 11011111 1000000 100110

Color Harmonies of #23469E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23469E

Black with #23469E

Text Example


Text Example

White with #23469E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23469E; }

 p { color: rgb(35,70,158); }

 H1.HeaderClassName
 {
   color: #23469E;
 }
 .AnyTagClassName
 {
   color: #23469E;
 }
</style>

background-color css

<style>
 a { background-color: #23469E; }

 a { background-color: rgb(35,70,158); }

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

border-color css

<style>
 span { border-color: #23469E; }

 span { border-color: rgb(35,70,158); }

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