Html Css Color HEX #23449C Egyptian Blue

📋 copy color: '#23449C'

red 35 ◦ green 68 ◦ blue 156

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

Shades of Egyptian Blue #23449C

Tints of Egyptian Blue #23449C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.25%

 BLUE value IS 156 (61.33% from 255) = 60.23%

R = 13.51%
G = 26.25%
B = 60.23%

CMYK

 C value IS 0.78

 M value IS 0.56

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#23449C (or 0x23449C) is known color: Egyptian Blue. HEX triplet: 23, 44 and 9C. RGB value is (35,68,156). Sum of RGB (Red+Green+Blue) = 35+68+156=259 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.51% from 259); Green value is 68 (26.95% from 255 or 26.25% from 259); Blue value is 156 (61.33% from 255 or 60.23% from 259); Max value from RGB is 156 - color contains mainly: blue. Hex color #23449C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23449C is #DCBB63. Grayscale: #434343. Windows color (decimal): -14465892 or 10241059. OLE color: 10241059.

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

Color convert

RGB 35 68 156 -
CMYK 0.78 0.56 0 0.39
HSL 223.64º 0.63% 0.37% -
HSV(B) 223.64º 0.78% 0.61% -
XYZ 8.76 6.89 32.32 -
YUV 68.17 177.57 104.34 -
System Red Green Blue C M Y K H S L
Decimal 35 68 156 0.78 0.56 0 0.39 223.64 0.63 0.37
Hex 23 44 9C 4E 38 0 27 E0 3F 25
Octal 43 104 234 116 70 0 47 340 77 45
Binary 100011 1000100 10011100 1001110 111000 0 100111 11100000 111111 100101

Color Harmonies of #23449C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23449C

Black with #23449C

Text Example


Text Example

White with #23449C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23449C; }

 p { color: rgb(35,68,156); }

 H1.HeaderClassName
 {
   color: #23449C;
 }
 .AnyTagClassName
 {
   color: #23449C;
 }
</style>

background-color css

<style>
 a { background-color: #23449C; }

 a { background-color: rgb(35,68,156); }

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

border-color css

<style>
 span { border-color: #23449C; }

 span { border-color: rgb(35,68,156); }

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