#452AA1

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

Shades of Blue Gem #452AA1

Tints of Blue Gem #452AA1

Color information

#452AA1 (or 0x452AA1) is unknown color: approx Blue Gem. HEX triplet: 45, 2A and A1. RGB value is (69,42,161). Sum of RGB (Red+Green+Blue) = 69+42+161=272 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.37% from 272); Green value is 42 (16.80% from 255 or 15.44% from 272); Blue value is 161 (63.28% from 255 or 59.19% from 272); Max value from RGB is 161 - color contains mainly: blue. Hex color #452AA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452AA1 is #BAD55E. Grayscale: #3F3F3F. Windows color (decimal): -12244319 or 10562117. OLE color: 10562117.

HSL color Cylindrical-coordinate representation of color #452AA1: hue angle of 253.61º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #452AA1 is Cyan = 0.57, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB6942161-
CMYK0.570.7400.37
HSL253.61º58.62%39.8%-
HSV(B)253.61º73.91%63.14%-
XYZ9.725.4934.27-
YUV63.64182.95131.82-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.37%
GREEN value IS 42 (16.80% from 255) = 15.44%
BLUE value IS 161 (63.28% from 255) = 59.19%
R=25.37%
G=15.44%
B=59.19%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal69421610.570.7400.37253.6158.6239.8
Hex452AA1394A025fe3b28
Octal10552241711120453767350
Binary1000101101010101000011110011001010010010111111110111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452AA1; }

 p { color: rgb(69,42,161); }

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

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

 a { background-color: rgb(69,42,161); }

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

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

 span { border-color: rgb(69,42,161); }

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