Html Css Color HEX #232799 Egyptian Blue

📋 copy color: '#232799'

red 35 ◦ green 39 ◦ blue 153

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

Shades of Egyptian Blue #232799

Tints of Egyptian Blue #232799

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.18%

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

R = 15.42%
G = 17.18%
B = 67.4%

CMYK

 C value IS 0.77

 M value IS 0.75

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#232799 (or 0x232799) is known color: Egyptian Blue. HEX triplet: 23, 27 and 99. RGB value is (35,39,153). Sum of RGB (Red+Green+Blue) = 35+39+153=227 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.42% from 227); Green value is 39 (15.62% from 255 or 17.18% from 227); Blue value is 153 (60.16% from 255 or 67.40% from 227); Max value from RGB is 153 - color contains mainly: blue. Hex color #232799 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232799 is #DCD866. Grayscale: #323232. Windows color (decimal): -14473319 or 10037027. OLE color: 10037027.

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

Color convert

RGB 35 39 153 -
CMYK 0.77 0.75 0 0.4
HSL 237.97º 0.63% 0.37% -
HSV(B) 237.97º 0.77% 0.6% -
XYZ 7.17 4.11 30.55 -
YUV 50.8 185.67 116.73 -
System Red Green Blue C M Y K H S L
Decimal 35 39 153 0.77 0.75 0 0.4 237.97 0.63 0.37
Hex 23 27 99 4D 4B 0 28 EE 3F 25
Octal 43 47 231 115 113 0 50 356 77 45
Binary 100011 100111 10011001 1001101 1001011 0 101000 11101110 111111 100101

Color Harmonies of #232799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232799

Black with #232799

Text Example


Text Example

White with #232799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232799; }

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

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

background-color css

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

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

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

border-color css

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

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

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