Html Css Color HEX #233799 Egyptian Blue

📋 copy color: '#233799'

red 35 ◦ green 55 ◦ blue 153

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

Shades of Egyptian Blue #233799

Tints of Egyptian Blue #233799

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.63%

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

R = 14.4%
G = 22.63%
B = 62.96%

CMYK

 C value IS 0.77

 M value IS 0.64

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#233799 (or 0x233799) is known color: Egyptian Blue. HEX triplet: 23, 37 and 99. RGB value is (35,55,153). Sum of RGB (Red+Green+Blue) = 35+55+153=243 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.40% from 243); Green value is 55 (21.88% from 255 or 22.63% from 243); Blue value is 153 (60.16% from 255 or 62.96% from 243); Max value from RGB is 153 - color contains mainly: blue. Hex color #233799 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233799 is #DCC866. Grayscale: #3B3B3B. Windows color (decimal): -14469223 or 10041123. OLE color: 10041123.

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

Color convert

RGB 35 55 153 -
CMYK 0.77 0.64 0 0.4
HSL 229.83º 0.63% 0.37% -
HSV(B) 229.83º 0.77% 0.6% -
XYZ 7.81 5.39 30.77 -
YUV 60.19 180.37 110.03 -
System Red Green Blue C M Y K H S L
Decimal 35 55 153 0.77 0.64 0 0.4 229.83 0.63 0.37
Hex 23 37 99 4D 40 0 28 E6 3F 25
Octal 43 67 231 115 100 0 50 346 77 45
Binary 100011 110111 10011001 1001101 1000000 0 101000 11100110 111111 100101

Color Harmonies of #233799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233799

Black with #233799

Text Example


Text Example

White with #233799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233799; }

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

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

background-color css

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

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

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

border-color css

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

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

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