#453289

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

Shades of Blue Gem #453289

Tints of Blue Gem #453289

Color information

#453289 (or 0x453289) is unknown color: approx Blue Gem. HEX triplet: 45, 32 and 89. RGB value is (69,50,137). Sum of RGB (Red+Green+Blue) = 69+50+137=256 (33% of max value = 765). Red value is 69 (27.34% from 255 or 26.95% from 256); Green value is 50 (19.92% from 255 or 19.53% from 256); Blue value is 137 (53.91% from 255 or 53.52% from 256); Max value from RGB is 137 - color contains mainly: blue. Hex color #453289 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453289 is #BACD76. Grayscale: #414141. Windows color (decimal): -12242295 or 8991301. OLE color: 8991301.

HSL color Cylindrical-coordinate representation of color #453289: hue angle of 253.1º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #453289 is Cyan = 0.50, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6950137-
CMYK0.500.6400.46
HSL253.1º46.52%36.67%-
HSV(B)253.1º63.5%53.73%-
XYZ8.115.3524.27-
YUV65.6168.29130.43-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.95%
GREEN value IS 50 (19.92% from 255) = 19.53%
BLUE value IS 137 (53.91% from 255) = 53.52%
R=26.95%
G=19.53%
B=53.52%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal69501370.500.6400.46253.146.5236.67
Hex453289324002Efd2f25
Octal10562211621000563755745
Binary1000101110010100010011100101000000010111011111101101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453289; }

 p { color: rgb(69,50,137); }

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

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

 a { background-color: rgb(69,50,137); }

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

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

 span { border-color: rgb(69,50,137); }

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