Html Css Color HEX #23479D Egyptian Blue

📋 copy color: '#23479D'

red 35 ◦ green 71 ◦ blue 157

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

Shades of Egyptian Blue #23479D

Tints of Egyptian Blue #23479D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27%

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

R = 13.31%
G = 27%
B = 59.7%

CMYK

 C value IS 0.78

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#23479D (or 0x23479D) is known color: Egyptian Blue. HEX triplet: 23, 47 and 9D. RGB value is (35,71,157). Sum of RGB (Red+Green+Blue) = 35+71+157=263 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.31% from 263); Green value is 71 (28.12% from 255 or 27.00% from 263); Blue value is 157 (61.72% from 255 or 59.70% from 263); Max value from RGB is 157 - color contains mainly: blue. Hex color #23479D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23479D is #DCB862. Grayscale: #454545. Windows color (decimal): -14465123 or 10307363. OLE color: 10307363.

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

Color convert

RGB 35 71 157 -
CMYK 0.78 0.55 0 0.38
HSL 222.3º 0.64% 0.38% -
HSV(B) 222.3º 0.78% 0.62% -
XYZ 9.03 7.3 32.83 -
YUV 70.04 177.07 103.01 -
System Red Green Blue C M Y K H S L
Decimal 35 71 157 0.78 0.55 0 0.38 222.3 0.64 0.38
Hex 23 47 9D 4E 37 0 26 DE 40 26
Octal 43 107 235 116 67 0 46 336 100 46
Binary 100011 1000111 10011101 1001110 110111 0 100110 11011110 1000000 100110

Color Harmonies of #23479D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23479D

Black with #23479D

Text Example


Text Example

White with #23479D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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