Html Css Color HEX #233595 Egyptian Blue

📋 copy color: '#233595'

red 35 ◦ green 53 ◦ blue 149

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

Shades of Egyptian Blue #233595

Tints of Egyptian Blue #233595

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.36%

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

R = 14.77%
G = 22.36%
B = 62.87%

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

#233595 (or 0x233595) is known color: Egyptian Blue. HEX triplet: 23, 35 and 95. RGB value is (35,53,149). Sum of RGB (Red+Green+Blue) = 35+53+149=237 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.77% from 237); Green value is 53 (21.09% from 255 or 22.36% from 237); Blue value is 149 (58.59% from 255 or 62.87% from 237); Max value from RGB is 149 - color contains mainly: blue. Hex color #233595 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233595 is #DCCA6A. Grayscale: #3A3A3A. Windows color (decimal): -14469739 or 9778467. OLE color: 9778467.

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

Color convert

RGB 35 53 149 -
CMYK 0.77 0.64 0 0.42
HSL 230.53º 0.62% 0.36% -
HSV(B) 230.53º 0.77% 0.58% -
XYZ 7.39 5.07 29.02 -
YUV 58.56 179.04 111.19 -
System Red Green Blue C M Y K H S L
Decimal 35 53 149 0.77 0.64 0 0.42 230.53 0.62 0.36
Hex 23 35 95 4D 40 0 2A E7 3E 24
Octal 43 65 225 115 100 0 52 347 76 44
Binary 100011 110101 10010101 1001101 1000000 0 101010 11100111 111110 100100

Color Harmonies of #233595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233595

Black with #233595

Text Example


Text Example

White with #233595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233595; }

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

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

background-color css

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

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

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

border-color css

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

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

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