Html Css Color HEX #23369C Egyptian Blue

📋 copy color: '#23369C'

red 35 ◦ green 54 ◦ blue 156

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

Shades of Egyptian Blue #23369C

Tints of Egyptian Blue #23369C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.04%

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

R = 14.29%
G = 22.04%
B = 63.67%

CMYK

 C value IS 0.78

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#23369C (or 0x23369C) is known color: Egyptian Blue. HEX triplet: 23, 36 and 9C. RGB value is (35,54,156). Sum of RGB (Red+Green+Blue) = 35+54+156=245 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.29% from 245); Green value is 54 (21.48% from 255 or 22.04% from 245); Blue value is 156 (61.33% from 255 or 63.67% from 245); Max value from RGB is 156 - color contains mainly: blue. Hex color #23369C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23369C is #DCC963. Grayscale: #3B3B3B. Windows color (decimal): -14469476 or 10237475. OLE color: 10237475.

HSL color Cylindrical-coordinate representation of color #23369C: hue angle of 230.58º 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 #23369C is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 35 54 156 -
CMYK 0.78 0.65 0 0.39
HSL 230.58º 0.63% 0.37% -
HSV(B) 230.58º 0.78% 0.61% -
XYZ 8.01 5.4 32.07 -
YUV 59.95 182.21 110.21 -
System Red Green Blue C M Y K H S L
Decimal 35 54 156 0.78 0.65 0 0.39 230.58 0.63 0.37
Hex 23 36 9C 4E 41 0 27 E7 3F 25
Octal 43 66 234 116 101 0 47 347 77 45
Binary 100011 110110 10011100 1001110 1000001 0 100111 11100111 111111 100101

Color Harmonies of #23369C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23369C

Black with #23369C

Text Example


Text Example

White with #23369C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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