#453795

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

Shades of Blue Gem #453795

Tints of Blue Gem #453795

Color information

#453795 (or 0x453795) is unknown color: approx Blue Gem. HEX triplet: 45, 37 and 95. RGB value is (69,55,149). Sum of RGB (Red+Green+Blue) = 69+55+149=273 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.27% from 273); Green value is 55 (21.88% from 255 or 20.15% from 273); Blue value is 149 (58.59% from 255 or 54.58% from 273); Max value from RGB is 149 - color contains mainly: blue. Hex color #453795 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453795 is #BAC86A. Grayscale: #454545. Windows color (decimal): -12241003 or 9779013. OLE color: 9779013.

HSL color Cylindrical-coordinate representation of color #453795: hue angle of 248.94º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #453795 is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6955149-
CMYK0.540.6300.42
HSL248.94º46.08%40%-
HSV(B)248.94º63.09%58.43%-
XYZ9.256.1729.14-
YUV69.9172.64127.36-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.27%
GREEN value IS 55 (21.88% from 255) = 20.15%
BLUE value IS 149 (58.59% from 255) = 54.58%
R=25.27%
G=20.15%
B=54.58%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal69551490.540.6300.42248.9446.0840
Hex453795363F02Af92e28
Octal1056722566770523715650
Binary100010111011110010101110110111111010101011111001101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453795; }

 p { color: rgb(69,55,149); }

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

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

 a { background-color: rgb(69,55,149); }

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

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

 span { border-color: rgb(69,55,149); }

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