#453EAA

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

Shades of Blue Gem #453EAA

Tints of Blue Gem #453EAA

Color information

#453EAA (or 0x453EAA) is unknown color: approx Blue Gem. HEX triplet: 45, 3E and AA. RGB value is (69,62,170). Sum of RGB (Red+Green+Blue) = 69+62+170=301 (39% of max value = 765). Red value is 69 (27.34% from 255 or 22.92% from 301); Green value is 62 (24.61% from 255 or 20.60% from 301); Blue value is 170 (66.80% from 255 or 56.48% from 301); Max value from RGB is 170 - color contains mainly: blue. Hex color #453EAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453EAA is #BAC155. Grayscale: #4B4B4B. Windows color (decimal): -12239190 or 11157061. OLE color: 11157061.

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

Color convert

RGB6962170-
CMYK0.590.6400.33
HSL243.89º46.55%45.49%-
HSV(B)243.89º63.53%66.67%-
XYZ11.437.6138.9-
YUV76.4180.82122.72-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.92%
GREEN value IS 62 (24.61% from 255) = 20.60%
BLUE value IS 170 (66.80% from 255) = 56.48%
R=22.92%
G=20.60%
B=56.48%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal69621700.590.6400.33243.8946.5545.49
Hex453EAA3B40021f42f2d
Octal10576252731000413645755
Binary1000101111110101010101110111000000010000111110100101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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