#453391

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

Shades of Blue Gem #453391

Tints of Blue Gem #453391

Color information

#453391 (or 0x453391) is unknown color: approx Blue Gem. HEX triplet: 45, 33 and 91. RGB value is (69,51,145). Sum of RGB (Red+Green+Blue) = 69+51+145=265 (35% of max value = 765). Red value is 69 (27.34% from 255 or 26.04% from 265); Green value is 51 (20.31% from 255 or 19.25% from 265); Blue value is 145 (57.03% from 255 or 54.72% from 265); Max value from RGB is 145 - color contains mainly: blue. Hex color #453391 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453391 is #BACC6E. Grayscale: #424242. Windows color (decimal): -12242031 or 9515845. OLE color: 9515845.

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

Color convert

RGB6951145-
CMYK0.520.6500.43
HSL251.49º47.96%38.43%-
HSV(B)251.49º64.83%56.86%-
XYZ8.755.6827.42-
YUV67.1171.96129.36-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.04%
GREEN value IS 51 (20.31% from 255) = 19.25%
BLUE value IS 145 (57.03% from 255) = 54.72%
R=26.04%
G=19.25%
B=54.72%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal69511450.520.6500.43251.4947.9638.43
Hex453391344102Bfb3026
Octal10563221641010533736046
Binary1000101110011100100011101001000001010101111111011110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453391; }

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

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

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

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

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

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

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

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