#452EAA

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

Shades of Blue Gem #452EAA

Tints of Blue Gem #452EAA

Color information

#452EAA (or 0x452EAA) is unknown color: approx Blue Gem. HEX triplet: 45, 2E and AA. RGB value is (69,46,170). Sum of RGB (Red+Green+Blue) = 69+46+170=285 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.21% from 285); Green value is 46 (18.36% from 255 or 16.14% from 285); Blue value is 170 (66.80% from 255 or 59.65% from 285); Max value from RGB is 170 - color contains mainly: blue. Hex color #452EAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452EAA is #BAD155. Grayscale: #424242. Windows color (decimal): -12243286 or 11152965. OLE color: 11152965.

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

Color convert

RGB6946170-
CMYK0.590.7300.33
HSL251.13º57.41%42.35%-
HSV(B)251.13º72.94%66.67%-
XYZ10.696.1238.65-
YUV67.01186.12129.42-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.21%
GREEN value IS 46 (18.36% from 255) = 16.14%
BLUE value IS 170 (66.80% from 255) = 59.65%
R=24.21%
G=16.14%
B=59.65%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal69461700.590.7300.33251.1357.4142.35
Hex452EAA3B49021fb392a
Octal10556252731110413737152
Binary1000101101110101010101110111001001010000111111011111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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