#453395

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

Shades of Blue Gem #453395

Tints of Blue Gem #453395

Color information

#453395 (or 0x453395) is unknown color: approx Blue Gem. HEX triplet: 45, 33 and 95. RGB value is (69,51,149). Sum of RGB (Red+Green+Blue) = 69+51+149=269 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.65% from 269); Green value is 51 (20.31% from 255 or 18.96% from 269); Blue value is 149 (58.59% from 255 or 55.39% from 269); Max value from RGB is 149 - color contains mainly: blue. Hex color #453395 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453395 is #BACC6A. Grayscale: #434343. Windows color (decimal): -12242027 or 9777989. OLE color: 9777989.

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

Color convert

RGB6951149-
CMYK0.540.6600.42
HSL251.02º49%39.22%-
HSV(B)251.02º65.77%58.43%-
XYZ9.065.829.08-
YUV67.55173.96129.03-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.65%
GREEN value IS 51 (20.31% from 255) = 18.96%
BLUE value IS 149 (58.59% from 255) = 55.39%
R=25.65%
G=18.96%
B=55.39%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal69511490.540.6600.42251.024939.22
Hex453395364202Afb3127
Octal10563225661020523736147
Binary1000101110011100101011101101000010010101011111011110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453395; }

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

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

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

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

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

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

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

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