#453490

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

Shades of Blue Gem #453490

Tints of Blue Gem #453490

Color information

#453490 (or 0x453490) is unknown color: approx Blue Gem. HEX triplet: 45, 34 and 90. RGB value is (69,52,144). Sum of RGB (Red+Green+Blue) = 69+52+144=265 (35% of max value = 765). Red value is 69 (27.34% from 255 or 26.04% from 265); Green value is 52 (20.70% from 255 or 19.62% from 265); Blue value is 144 (56.64% from 255 or 54.34% from 265); Max value from RGB is 144 - color contains mainly: blue. Hex color #453490 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453490 is #BACB6F. Grayscale: #434343. Windows color (decimal): -12241776 or 9450565. OLE color: 9450565.

HSL color Cylindrical-coordinate representation of color #453490: hue angle of 251.09º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #453490 is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6952144-
CMYK0.520.6400.44
HSL251.09º46.94%38.43%-
HSV(B)251.09º63.89%56.47%-
XYZ8.725.7327.03-
YUV67.57171.13129.02-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.04%
GREEN value IS 52 (20.70% from 255) = 19.62%
BLUE value IS 144 (56.64% from 255) = 54.34%
R=26.04%
G=19.62%
B=54.34%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal69521440.520.6400.44251.0946.9438.43
Hex453490344002Cfb2f26
Octal10564220641000543735746
Binary1000101110100100100001101001000000010110011111011101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453490; }

 p { color: rgb(69,52,144); }

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

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

 a { background-color: rgb(69,52,144); }

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

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

 span { border-color: rgb(69,52,144); }

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