#453292

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

Shades of Blue Gem #453292

Tints of Blue Gem #453292

Color information

#453292 (or 0x453292) is unknown color: approx Blue Gem. HEX triplet: 45, 32 and 92. RGB value is (69,50,146). Sum of RGB (Red+Green+Blue) = 69+50+146=265 (35% of max value = 765). Red value is 69 (27.34% from 255 or 26.04% from 265); Green value is 50 (19.92% from 255 or 18.87% from 265); Blue value is 146 (57.42% from 255 or 55.09% from 265); Max value from RGB is 146 - color contains mainly: blue. Hex color #453292 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453292 is #BACD6D. Grayscale: #424242. Windows color (decimal): -12242286 or 9581125. OLE color: 9581125.

HSL color Cylindrical-coordinate representation of color #453292: hue angle of 251.88º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #453292 is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6950146-
CMYK0.530.6600.43
HSL251.88º48.98%38.43%-
HSV(B)251.88º65.75%57.25%-
XYZ8.785.6227.82-
YUV66.62172.79129.69-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.04%
GREEN value IS 50 (19.92% from 255) = 18.87%
BLUE value IS 146 (57.42% from 255) = 55.09%
R=26.04%
G=18.87%
B=55.09%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal69501460.530.6600.43251.8848.9838.43
Hex453292354202Bfc3126
Octal10562222651020533746146
Binary1000101110010100100101101011000010010101111111100110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453292; }

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

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

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

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

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

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

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

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