#453496

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

Shades of Blue Gem #453496

Tints of Blue Gem #453496

Color information

#453496 (or 0x453496) is unknown color: approx Blue Gem. HEX triplet: 45, 34 and 96. RGB value is (69,52,150). Sum of RGB (Red+Green+Blue) = 69+52+150=271 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.46% from 271); Green value is 52 (20.70% from 255 or 19.19% from 271); Blue value is 150 (58.98% from 255 or 55.35% from 271); Max value from RGB is 150 - color contains mainly: blue. Hex color #453496 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453496 is #BACB69. Grayscale: #434343. Windows color (decimal): -12241770 or 9843781. OLE color: 9843781.

HSL color Cylindrical-coordinate representation of color #453496: hue angle of 250.41º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #453496 is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB6952150-
CMYK0.540.6500.41
HSL250.41º48.51%39.61%-
HSV(B)250.41º65.33%58.82%-
XYZ9.195.9229.51-
YUV68.26174.13128.53-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.46%
GREEN value IS 52 (20.70% from 255) = 19.19%
BLUE value IS 150 (58.98% from 255) = 55.35%
R=25.46%
G=19.19%
B=55.35%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal69521500.540.6500.41250.4148.5139.61
Hex4534963641029fa3128
Octal10564226661010513726150
Binary1000101110100100101101101101000001010100111111010110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453496; }

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

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

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

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

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

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

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

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