Html Css Color HEX #233099 Egyptian Blue

📋 copy color: '#233099'

red 35 ◦ green 48 ◦ blue 153

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

Shades of Egyptian Blue #233099

Tints of Egyptian Blue #233099

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.34%

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

R = 14.83%
G = 20.34%
B = 64.83%

CMYK

 C value IS 0.77

 M value IS 0.69

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#233099 (or 0x233099) is known color: Egyptian Blue. HEX triplet: 23, 30 and 99. RGB value is (35,48,153). Sum of RGB (Red+Green+Blue) = 35+48+153=236 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.83% from 236); Green value is 48 (19.14% from 255 or 20.34% from 236); Blue value is 153 (60.16% from 255 or 64.83% from 236); Max value from RGB is 153 - color contains mainly: blue. Hex color #233099 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233099 is #DCCF66. Grayscale: #373737. Windows color (decimal): -14471015 or 10039331. OLE color: 10039331.

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

Color convert

RGB 35 48 153 -
CMYK 0.77 0.69 0 0.4
HSL 233.39º 0.63% 0.37% -
HSV(B) 233.39º 0.77% 0.6% -
XYZ 7.5 4.77 30.66 -
YUV 56.08 182.69 112.96 -
System Red Green Blue C M Y K H S L
Decimal 35 48 153 0.77 0.69 0 0.4 233.39 0.63 0.37
Hex 23 30 99 4D 45 0 28 E9 3F 25
Octal 43 60 231 115 105 0 50 351 77 45
Binary 100011 110000 10011001 1001101 1000101 0 101000 11101001 111111 100101

Color Harmonies of #233099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233099

Black with #233099

Text Example


Text Example

White with #233099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233099; }

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

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

background-color css

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

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

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

border-color css

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

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

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