#453495

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

Shades of Blue Gem #453495

Tints of Blue Gem #453495

Color information

#453495 (or 0x453495) is unknown color: approx Blue Gem. HEX triplet: 45, 34 and 95. RGB value is (69,52,149). Sum of RGB (Red+Green+Blue) = 69+52+149=270 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.56% from 270); Green value is 52 (20.70% from 255 or 19.26% from 270); Blue value is 149 (58.59% from 255 or 55.19% from 270); Max value from RGB is 149 - color contains mainly: blue. Hex color #453495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453495 is #BACB6A. Grayscale: #434343. Windows color (decimal): -12241771 or 9778245. OLE color: 9778245.

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

Color convert

RGB6952149-
CMYK0.540.6500.42
HSL250.52º48.26%39.41%-
HSV(B)250.52º65.1%58.43%-
XYZ9.115.8929.09-
YUV68.14173.63128.61-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.56%
GREEN value IS 52 (20.70% from 255) = 19.26%
BLUE value IS 149 (58.59% from 255) = 55.19%
R=25.56%
G=19.26%
B=55.19%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal69521490.540.6500.42250.5248.2639.41
Hex453495364102Afb3027
Octal10564225661010523736047
Binary1000101110100100101011101101000001010101011111011110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453495; }

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

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

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

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

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

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

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

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