Html Css Color HEX #233696 Egyptian Blue

📋 copy color: '#233696'

red 35 ◦ green 54 ◦ blue 150

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

Shades of Egyptian Blue #233696

Tints of Egyptian Blue #233696

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.59%

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

R = 14.64%
G = 22.59%
B = 62.76%

CMYK

 C value IS 0.77

 M value IS 0.64

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#233696 (or 0x233696) is known color: Egyptian Blue. HEX triplet: 23, 36 and 96. RGB value is (35,54,150). Sum of RGB (Red+Green+Blue) = 35+54+150=239 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.64% from 239); Green value is 54 (21.48% from 255 or 22.59% from 239); Blue value is 150 (58.98% from 255 or 62.76% from 239); Max value from RGB is 150 - color contains mainly: blue. Hex color #233696 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233696 is #DCC969. Grayscale: #3A3A3A. Windows color (decimal): -14469482 or 9844259. OLE color: 9844259.

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

Color convert

RGB 35 54 150 -
CMYK 0.77 0.64 0 0.41
HSL 230.09º 0.62% 0.36% -
HSV(B) 230.09º 0.77% 0.59% -
XYZ 7.52 5.2 29.46 -
YUV 59.26 179.21 110.69 -
System Red Green Blue C M Y K H S L
Decimal 35 54 150 0.77 0.64 0 0.41 230.09 0.62 0.36
Hex 23 36 96 4D 40 0 29 E6 3E 24
Octal 43 66 226 115 100 0 51 346 76 44
Binary 100011 110110 10010110 1001101 1000000 0 101001 11100110 111110 100100

Color Harmonies of #233696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233696

Black with #233696

Text Example


Text Example

White with #233696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233696; }

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

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

background-color css

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

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

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

border-color css

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

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

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