Html Css Color HEX #23369D Egyptian Blue

📋 copy color: '#23369D'

red 35 ◦ green 54 ◦ blue 157

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

Shades of Egyptian Blue #23369D

Tints of Egyptian Blue #23369D

RGB

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

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

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

R = 14.23%
G = 21.95%
B = 63.82%

CMYK

 C value IS 0.78

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#23369D (or 0x23369D) is known color: Egyptian Blue. HEX triplet: 23, 36 and 9D. RGB value is (35,54,157). Sum of RGB (Red+Green+Blue) = 35+54+157=246 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.23% from 246); Green value is 54 (21.48% from 255 or 21.95% from 246); Blue value is 157 (61.72% from 255 or 63.82% from 246); Max value from RGB is 157 - color contains mainly: blue. Hex color #23369D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23369D is #DCC962. Grayscale: #3B3B3B. Windows color (decimal): -14469475 or 10303011. OLE color: 10303011.

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

Color convert

RGB 35 54 157 -
CMYK 0.78 0.66 0 0.38
HSL 230.66º 0.64% 0.38% -
HSV(B) 230.66º 0.78% 0.62% -
XYZ 8.1 5.43 32.52 -
YUV 60.06 182.71 110.12 -
System Red Green Blue C M Y K H S L
Decimal 35 54 157 0.78 0.66 0 0.38 230.66 0.64 0.38
Hex 23 36 9D 4E 42 0 26 E7 40 26
Octal 43 66 235 116 102 0 46 347 100 46
Binary 100011 110110 10011101 1001110 1000010 0 100110 11100111 1000000 100110

Color Harmonies of #23369D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23369D

Black with #23369D

Text Example


Text Example

White with #23369D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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