#452AAA

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

Shades of Blue Gem #452AAA

Tints of Blue Gem #452AAA

Color information

#452AAA (or 0x452AAA) is unknown color: approx Blue Gem. HEX triplet: 45, 2A and AA. RGB value is (69,42,170). Sum of RGB (Red+Green+Blue) = 69+42+170=281 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.56% from 281); Green value is 42 (16.80% from 255 or 14.95% from 281); Blue value is 170 (66.80% from 255 or 60.50% from 281); Max value from RGB is 170 - color contains mainly: blue. Hex color #452AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452AAA is #BAD555. Grayscale: #404040. Windows color (decimal): -12244310 or 11151941. OLE color: 11151941.

HSL color Cylindrical-coordinate representation of color #452AAA: hue angle of 252.66º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #452AAA is Cyan = 0.59, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6942170-
CMYK0.590.7500.33
HSL252.66º60.38%41.57%-
HSV(B)252.66º75.29%66.67%-
XYZ10.545.8238.6-
YUV64.66187.45131.09-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.56%
GREEN value IS 42 (16.80% from 255) = 14.95%
BLUE value IS 170 (66.80% from 255) = 60.50%
R=24.56%
G=14.95%
B=60.50%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal69421700.590.7500.33252.6660.3841.57
Hex452AAA3B4B021fd3c2a
Octal10552252731130413757452
Binary1000101101010101010101110111001011010000111111101111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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