Html Css Color HEX #232899 Egyptian Blue

📋 copy color: '#232899'

red 35 ◦ green 40 ◦ blue 153

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

Shades of Egyptian Blue #232899

Tints of Egyptian Blue #232899

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.54%

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

R = 15.35%
G = 17.54%
B = 67.11%

CMYK

 C value IS 0.77

 M value IS 0.74

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#232899 (or 0x232899) is known color: Egyptian Blue. HEX triplet: 23, 28 and 99. RGB value is (35,40,153). Sum of RGB (Red+Green+Blue) = 35+40+153=228 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.35% from 228); Green value is 40 (16.02% from 255 or 17.54% from 228); Blue value is 153 (60.16% from 255 or 67.11% from 228); Max value from RGB is 153 - color contains mainly: blue. Hex color #232899 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232899 is #DCD766. Grayscale: #323232. Windows color (decimal): -14473063 or 10037283. OLE color: 10037283.

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

Color convert

RGB 35 40 153 -
CMYK 0.77 0.74 0 0.4
HSL 237.46º 0.63% 0.37% -
HSV(B) 237.46º 0.77% 0.6% -
XYZ 7.2 4.17 30.56 -
YUV 51.39 185.34 116.31 -
System Red Green Blue C M Y K H S L
Decimal 35 40 153 0.77 0.74 0 0.4 237.46 0.63 0.37
Hex 23 28 99 4D 4A 0 28 ED 3F 25
Octal 43 50 231 115 112 0 50 355 77 45
Binary 100011 101000 10011001 1001101 1001010 0 101000 11101101 111111 100101

Color Harmonies of #232899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232899

Black with #232899

Text Example


Text Example

White with #232899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232899; }

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

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

background-color css

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

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

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

border-color css

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

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

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