Html Css Color HEX #233396 Egyptian Blue

📋 copy color: '#233396'

red 35 ◦ green 51 ◦ blue 150

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

Shades of Egyptian Blue #233396

Tints of Egyptian Blue #233396

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.61%

 BLUE value IS 150 (58.98% from 255) = 63.56%

R = 14.83%
G = 21.61%
B = 63.56%

CMYK

 C value IS 0.77

 M value IS 0.66

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#233396 (or 0x233396) is known color: Egyptian Blue. HEX triplet: 23, 33 and 96. RGB value is (35,51,150). Sum of RGB (Red+Green+Blue) = 35+51+150=236 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.83% from 236); Green value is 51 (20.31% from 255 or 21.61% from 236); Blue value is 150 (58.98% from 255 or 63.56% from 236); Max value from RGB is 150 - color contains mainly: blue. Hex color #233396 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233396 is #DCCC69. Grayscale: #393939. Windows color (decimal): -14470250 or 9843491. OLE color: 9843491.

HSL color Cylindrical-coordinate representation of color #233396: hue angle of 231.65º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #233396 is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 35 51 150 -
CMYK 0.77 0.66 0 0.41
HSL 231.65º 0.62% 0.36% -
HSV(B) 231.65º 0.77% 0.59% -
XYZ 7.38 4.93 29.42 -
YUV 57.5 180.2 111.95 -
System Red Green Blue C M Y K H S L
Decimal 35 51 150 0.77 0.66 0 0.41 231.65 0.62 0.36
Hex 23 33 96 4D 42 0 29 E8 3E 24
Octal 43 63 226 115 102 0 51 350 76 44
Binary 100011 110011 10010110 1001101 1000010 0 101001 11101000 111110 100100

Color Harmonies of #233396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233396

Black with #233396

Text Example


Text Example

White with #233396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233396; }

 p { color: rgb(35,51,150); }

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

background-color css

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

 a { background-color: rgb(35,51,150); }

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

border-color css

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

 span { border-color: rgb(35,51,150); }

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