Html Css Color HEX #233495 Egyptian Blue

📋 copy color: '#233495'

red 35 ◦ green 52 ◦ blue 149

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

Shades of Egyptian Blue #233495

Tints of Egyptian Blue #233495

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.03%

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

R = 14.83%
G = 22.03%
B = 63.14%

CMYK

 C value IS 0.77

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#233495 (or 0x233495) is known color: Egyptian Blue. HEX triplet: 23, 34 and 95. RGB value is (35,52,149). Sum of RGB (Red+Green+Blue) = 35+52+149=236 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.83% from 236); Green value is 52 (20.70% from 255 or 22.03% from 236); Blue value is 149 (58.59% from 255 or 63.14% from 236); Max value from RGB is 149 - color contains mainly: blue. Hex color #233495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233495 is #DCCB6A. Grayscale: #393939. Windows color (decimal): -14469995 or 9778211. OLE color: 9778211.

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

Color convert

RGB 35 52 149 -
CMYK 0.77 0.65 0 0.42
HSL 231.05º 0.62% 0.36% -
HSV(B) 231.05º 0.77% 0.58% -
XYZ 7.35 4.98 29.01 -
YUV 57.98 179.37 111.61 -
System Red Green Blue C M Y K H S L
Decimal 35 52 149 0.77 0.65 0 0.42 231.05 0.62 0.36
Hex 23 34 95 4D 41 0 2A E7 3E 24
Octal 43 64 225 115 101 0 52 347 76 44
Binary 100011 110100 10010101 1001101 1000001 0 101010 11100111 111110 100100

Color Harmonies of #233495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233495

Black with #233495

Text Example


Text Example

White with #233495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233495; }

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

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

background-color css

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

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

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

border-color css

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

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

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