#453AAF

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

Shades of Blue Gem #453AAF

Tints of Blue Gem #453AAF

Color information

#453AAF (or 0x453AAF) is unknown color: approx Blue Gem. HEX triplet: 45, 3A and AF. RGB value is (69,58,175). Sum of RGB (Red+Green+Blue) = 69+58+175=302 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.85% from 302); Green value is 58 (23.05% from 255 or 19.21% from 302); Blue value is 175 (68.75% from 255 or 57.95% from 302); Max value from RGB is 175 - color contains mainly: blue. Hex color #453AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453AAF is #BAC550. Grayscale: #4A4A4A. Windows color (decimal): -12240209 or 11483717. OLE color: 11483717.

HSL color Cylindrical-coordinate representation of color #453AAF: hue angle of 245.64º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #453AAF is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6958175-
CMYK0.610.6700.31
HSL245.64º50.21%45.69%-
HSV(B)245.64º66.86%68.63%-
XYZ11.717.3941.37-
YUV74.63184.64123.99-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.85%
GREEN value IS 58 (23.05% from 255) = 19.21%
BLUE value IS 175 (68.75% from 255) = 57.95%
R=22.85%
G=19.21%
B=57.95%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal69581750.610.6700.31245.6450.2145.69
Hex453AAF3D4301Ff6322e
Octal10572257751030373666256
Binary100010111101010101111111101100001101111111110110110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,58,175); }

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

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

 a { background-color: rgb(69,58,175); }

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

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

 span { border-color: rgb(69,58,175); }

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