Html Css Color HEX #232999 Egyptian Blue

📋 copy color: '#232999'

red 35 ◦ green 41 ◦ blue 153

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

Shades of Egyptian Blue #232999

Tints of Egyptian Blue #232999

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.9%

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

R = 15.28%
G = 17.9%
B = 66.81%

CMYK

 C value IS 0.77

 M value IS 0.73

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#232999 (or 0x232999) is known color: Egyptian Blue. HEX triplet: 23, 29 and 99. RGB value is (35,41,153). Sum of RGB (Red+Green+Blue) = 35+41+153=229 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.28% from 229); Green value is 41 (16.41% from 255 or 17.90% from 229); Blue value is 153 (60.16% from 255 or 66.81% from 229); Max value from RGB is 153 - color contains mainly: blue. Hex color #232999 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232999 is #DCD666. Grayscale: #333333. Windows color (decimal): -14472807 or 10037539. OLE color: 10037539.

HSL color Cylindrical-coordinate representation of color #232999: hue angle of 236.95º 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 #232999 is Cyan = 0.77, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 35 41 153 -
CMYK 0.77 0.73 0 0.4
HSL 236.95º 0.63% 0.37% -
HSV(B) 236.95º 0.77% 0.6% -
XYZ 7.24 4.24 30.57 -
YUV 51.97 185.01 115.89 -
System Red Green Blue C M Y K H S L
Decimal 35 41 153 0.77 0.73 0 0.4 236.95 0.63 0.37
Hex 23 29 99 4D 49 0 28 ED 3F 25
Octal 43 51 231 115 111 0 50 355 77 45
Binary 100011 101001 10011001 1001101 1001001 0 101000 11101101 111111 100101

Color Harmonies of #232999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232999

Black with #232999

Text Example


Text Example

White with #232999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232999; }

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

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

background-color css

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

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

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

border-color css

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

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

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