#453393

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

Shades of Blue Gem #453393

Tints of Blue Gem #453393

Color information

#453393 (or 0x453393) is unknown color: approx Blue Gem. HEX triplet: 45, 33 and 93. RGB value is (69,51,147). Sum of RGB (Red+Green+Blue) = 69+51+147=267 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.84% from 267); Green value is 51 (20.31% from 255 or 19.10% from 267); Blue value is 147 (57.81% from 255 or 55.06% from 267); Max value from RGB is 147 - color contains mainly: blue. Hex color #453393 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453393 is #BACC6C. Grayscale: #424242. Windows color (decimal): -12242029 or 9646917. OLE color: 9646917.

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

Color convert

RGB6951147-
CMYK0.530.6500.42
HSL251.25º48.48%38.82%-
HSV(B)251.25º65.31%57.65%-
XYZ8.95.7428.24-
YUV67.33172.96129.19-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.84%
GREEN value IS 51 (20.31% from 255) = 19.10%
BLUE value IS 147 (57.81% from 255) = 55.06%
R=25.84%
G=19.10%
B=55.06%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal69511470.530.6500.42251.2548.4838.82
Hex453393354102Afb3027
Octal10563223651010523736047
Binary1000101110011100100111101011000001010101011111011110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453393; }

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

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

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

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

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

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

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

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