#453293

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

Shades of Blue Gem #453293

Tints of Blue Gem #453293

Color information

#453293 (or 0x453293) is unknown color: approx Blue Gem. HEX triplet: 45, 32 and 93. RGB value is (69,50,147). Sum of RGB (Red+Green+Blue) = 69+50+147=266 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.94% from 266); Green value is 50 (19.92% from 255 or 18.80% from 266); Blue value is 147 (57.81% from 255 or 55.26% from 266); Max value from RGB is 147 - color contains mainly: blue. Hex color #453293 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453293 is #BACD6C. Grayscale: #424242. Windows color (decimal): -12242285 or 9646661. OLE color: 9646661.

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

Color convert

RGB6950147-
CMYK0.530.6600.42
HSL251.75º49.24%38.63%-
HSV(B)251.75º65.99%57.65%-
XYZ8.865.6528.23-
YUV66.74173.29129.61-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.94%
GREEN value IS 50 (19.92% from 255) = 18.80%
BLUE value IS 147 (57.81% from 255) = 55.26%
R=25.94%
G=18.80%
B=55.26%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal69501470.530.6600.42251.7549.2438.63
Hex453293354202Afc3127
Octal10562223651020523746147
Binary1000101110010100100111101011000010010101011111100110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453293; }

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

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

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

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

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

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

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

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