#453699

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

Shades of Blue Gem #453699

Tints of Blue Gem #453699

Color information

#453699 (or 0x453699) is unknown color: approx Blue Gem. HEX triplet: 45, 36 and 99. RGB value is (69,54,153). Sum of RGB (Red+Green+Blue) = 69+54+153=276 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25% from 276); Green value is 54 (21.48% from 255 or 19.57% from 276); Blue value is 153 (60.16% from 255 or 55.43% from 276); Max value from RGB is 153 - color contains mainly: blue. Hex color #453699 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453699 is #BAC966. Grayscale: #454545. Windows color (decimal): -12241255 or 10040901. OLE color: 10040901.

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

Color convert

RGB6954153-
CMYK0.550.6500.4
HSL249.09º47.83%40.59%-
HSV(B)249.09º64.71%60%-
XYZ9.526.230.83-
YUV69.77174.97127.45-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25%
GREEN value IS 54 (21.48% from 255) = 19.57%
BLUE value IS 153 (60.16% from 255) = 55.43%
R=25%
G=19.57%
B=55.43%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal69541530.550.6500.4249.0947.8340.59
Hex4536993741028f93029
Octal10566231671010503716051
Binary1000101110110100110011101111000001010100011111001110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453699; }

 p { color: rgb(69,54,153); }

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

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

 a { background-color: rgb(69,54,153); }

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

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

 span { border-color: rgb(69,54,153); }

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