#233195

Color #233195 Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #233195

Tints of Egyptian Blue #233195

Color information

#233195 (or 0x233195) is unknown color: approx Egyptian Blue. HEX triplet: 23, 31 and 95. RGB value is (35,49,149). Sum of RGB (Red+Green+Blue) = 35+49+149=233 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.02% from 233); Green value is 49 (19.53% from 255 or 21.03% from 233); Blue value is 149 (58.59% from 255 or 63.95% from 233); Max value from RGB is 149 - color contains mainly: blue. Hex color #233195 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233195 is #DCCE6A. Grayscale: #373737. Windows color (decimal): -14470763 or 9777443. OLE color: 9777443.

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

Color convert

RGB3549149-
CMYK0.770.6700.42
HSL232.63º61.96%36.08%-
HSV(B)232.63º76.51%58.43%-
XYZ7.224.7228.97-
YUV56.21180.36112.87-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.02%
GREEN value IS 49 (19.53% from 255) = 21.03%
BLUE value IS 149 (58.59% from 255) = 63.95%
R=15.02%
G=21.03%
B=63.95%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal35491490.770.6700.42232.6361.9636.08
Hex2331954D4302Ae93e24
Octal43612251151030523517644
Binary1000111100011001010110011011000011010101011101001111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233195; }

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

 H1.HeaderClassName
 {
   color: #233195;
 }
 .AnyTagClassName
 {
   color: #233195;
 }
</style>
background-color css

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

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

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

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

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

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