Html Css Color HEX #233999 Egyptian Blue

📋 copy color: '#233999'

red 35 ◦ green 57 ◦ blue 153

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

Shades of Egyptian Blue #233999

Tints of Egyptian Blue #233999

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.27%

 BLUE value IS 153 (60.16% from 255) = 62.45%

R = 14.29%
G = 23.27%
B = 62.45%

CMYK

 C value IS 0.77

 M value IS 0.63

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#233999 (or 0x233999) is known color: Egyptian Blue. HEX triplet: 23, 39 and 99. RGB value is (35,57,153). Sum of RGB (Red+Green+Blue) = 35+57+153=245 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.29% from 245); Green value is 57 (22.66% from 255 or 23.27% from 245); Blue value is 153 (60.16% from 255 or 62.45% from 245); Max value from RGB is 153 - color contains mainly: blue. Hex color #233999 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233999 is #DCC666. Grayscale: #3C3C3C. Windows color (decimal): -14468711 or 10041635. OLE color: 10041635.

HSL color Cylindrical-coordinate representation of color #233999: hue angle of 228.81º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #233999 is Cyan = 0.77, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 35 57 153 -
CMYK 0.77 0.63 0 0.4
HSL 228.81º 0.63% 0.37% -
HSV(B) 228.81º 0.77% 0.6% -
XYZ 7.91 5.58 30.8 -
YUV 61.37 179.71 109.19 -
System Red Green Blue C M Y K H S L
Decimal 35 57 153 0.77 0.63 0 0.4 228.81 0.63 0.37
Hex 23 39 99 4D 3F 0 28 E5 3F 25
Octal 43 71 231 115 77 0 50 345 77 45
Binary 100011 111001 10011001 1001101 111111 0 101000 11100101 111111 100101

Color Harmonies of #233999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233999

Black with #233999

Text Example


Text Example

White with #233999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233999; }

 p { color: rgb(35,57,153); }

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

background-color css

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

 a { background-color: rgb(35,57,153); }

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

border-color css

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

 span { border-color: rgb(35,57,153); }

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