#453189

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

Shades of Blue Gem #453189

Tints of Blue Gem #453189

Color information

#453189 (or 0x453189) is unknown color: approx Blue Gem. HEX triplet: 45, 31 and 89. RGB value is (69,49,137). Sum of RGB (Red+Green+Blue) = 69+49+137=255 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.06% from 255); Green value is 49 (19.53% from 255 or 19.22% from 255); Blue value is 137 (53.91% from 255 or 53.73% from 255); Max value from RGB is 137 - color contains mainly: blue. Hex color #453189 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453189 is #BACE76. Grayscale: #404040. Windows color (decimal): -12242551 or 8991045. OLE color: 8991045.

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

Color convert

RGB6949137-
CMYK0.500.6400.46
HSL253.64º47.31%36.47%-
HSV(B)253.64º64.23%53.73%-
XYZ8.075.2724.26-
YUV65.01168.63130.84-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.06%
GREEN value IS 49 (19.53% from 255) = 19.22%
BLUE value IS 137 (53.91% from 255) = 53.73%
R=27.06%
G=19.22%
B=53.73%

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
Decimal69491370.500.6400.46253.6447.3136.47
Hex453189324002Efe2f24
Octal10561211621000563765744
Binary1000101110001100010011100101000000010111011111110101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453189; }

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

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

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

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

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

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

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

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