#453599

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

Shades of Blue Gem #453599

Tints of Blue Gem #453599

Color information

#453599 (or 0x453599) is unknown color: approx Blue Gem. HEX triplet: 45, 35 and 99. RGB value is (69,53,153). Sum of RGB (Red+Green+Blue) = 69+53+153=275 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.09% from 275); Green value is 53 (21.09% from 255 or 19.27% from 275); Blue value is 153 (60.16% from 255 or 55.64% from 275); Max value from RGB is 153 - color contains mainly: blue. Hex color #453599 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453599 is #BACA66. Grayscale: #444444. Windows color (decimal): -12241511 or 10040645. OLE color: 10040645.

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

Color convert

RGB6953153-
CMYK0.550.6500.4
HSL249.6º48.54%40.39%-
HSV(B)249.6º65.36%60%-
XYZ9.486.1130.82-
YUV69.18175.3127.87-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.09%
GREEN value IS 53 (21.09% from 255) = 19.27%
BLUE value IS 153 (60.16% from 255) = 55.64%
R=25.09%
G=19.27%
B=55.64%

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
Decimal69531530.550.6500.4249.648.5440.39
Hex4535993741028fa3128
Octal10565231671010503726150
Binary1000101110101100110011101111000001010100011111010110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453599; }

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

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

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

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

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

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

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

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