Html Css Color HEX #233695 Egyptian Blue

📋 copy color: '#233695'

red 35 ◦ green 54 ◦ blue 149

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

Shades of Egyptian Blue #233695

Tints of Egyptian Blue #233695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 62.61%

R = 14.71%
G = 22.69%
B = 62.61%

CMYK

 C value IS 0.77

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#233695 (or 0x233695) is known color: Egyptian Blue. HEX triplet: 23, 36 and 95. RGB value is (35,54,149). Sum of RGB (Red+Green+Blue) = 35+54+149=238 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.71% from 238); Green value is 54 (21.48% from 255 or 22.69% from 238); Blue value is 149 (58.59% from 255 or 62.61% from 238); Max value from RGB is 149 - color contains mainly: blue. Hex color #233695 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233695 is #DCC96A. Grayscale: #3A3A3A. Windows color (decimal): -14469483 or 9778723. OLE color: 9778723.

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

Color convert

RGB 35 54 149 -
CMYK 0.77 0.64 0 0.42
HSL 230º 0.62% 0.36% -
HSV(B) 230º 0.77% 0.58% -
XYZ 7.44 5.17 29.04 -
YUV 59.15 178.71 110.78 -
System Red Green Blue C M Y K H S L
Decimal 35 54 149 0.77 0.64 0 0.42 230 0.62 0.36
Hex 23 36 95 4D 40 0 2A E6 3E 24
Octal 43 66 225 115 100 0 52 346 76 44
Binary 100011 110110 10010101 1001101 1000000 0 101010 11100110 111110 100100

Color Harmonies of #233695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233695

Black with #233695

Text Example


Text Example

White with #233695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233695; }

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

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

background-color css

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

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

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

border-color css

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

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

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