Html Css Color HEX #233499 Egyptian Blue

📋 copy color: '#233499'

red 35 ◦ green 52 ◦ blue 153

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

Shades of Egyptian Blue #233499

Tints of Egyptian Blue #233499

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.67%

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

R = 14.58%
G = 21.67%
B = 63.75%

CMYK

 C value IS 0.77

 M value IS 0.66

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#233499 (or 0x233499) is known color: Egyptian Blue. HEX triplet: 23, 34 and 99. RGB value is (35,52,153). Sum of RGB (Red+Green+Blue) = 35+52+153=240 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.58% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 153 (60.16% from 255 or 63.75% from 240); Max value from RGB is 153 - color contains mainly: blue. Hex color #233499 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233499 is #DCCB66. Grayscale: #3A3A3A. Windows color (decimal): -14469991 or 10040355. OLE color: 10040355.

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

Color convert

RGB 35 52 153 -
CMYK 0.77 0.66 0 0.4
HSL 231.36º 0.63% 0.37% -
HSV(B) 231.36º 0.77% 0.6% -
XYZ 7.67 5.11 30.72 -
YUV 58.43 181.37 111.29 -
System Red Green Blue C M Y K H S L
Decimal 35 52 153 0.77 0.66 0 0.4 231.36 0.63 0.37
Hex 23 34 99 4D 42 0 28 E7 3F 25
Octal 43 64 231 115 102 0 50 347 77 45
Binary 100011 110100 10011001 1001101 1000010 0 101000 11100111 111111 100101

Color Harmonies of #233499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233499

Black with #233499

Text Example


Text Example

White with #233499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233499; }

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

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

background-color css

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

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

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

border-color css

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

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

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