#453DA1

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

Shades of Blue Gem #453DA1

Tints of Blue Gem #453DA1

Color information

#453DA1 (or 0x453DA1) is unknown color: approx Blue Gem. HEX triplet: 45, 3D and A1. RGB value is (69,61,161). Sum of RGB (Red+Green+Blue) = 69+61+161=291 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.71% from 291); Green value is 61 (24.22% from 255 or 20.96% from 291); Blue value is 161 (63.28% from 255 or 55.33% from 291); Max value from RGB is 161 - color contains mainly: blue. Hex color #453DA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453DA1 is #BAC25E. Grayscale: #4A4A4A. Windows color (decimal): -12239455 or 10566981. OLE color: 10566981.

HSL color Cylindrical-coordinate representation of color #453DA1: hue angle of 244.8º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #453DA1 is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB6961161-
CMYK0.570.6200.37
HSL244.8º45.05%43.53%-
HSV(B)244.8º62.11%63.14%-
XYZ10.567.1834.55-
YUV74.79176.65123.87-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.71%
GREEN value IS 61 (24.22% from 255) = 20.96%
BLUE value IS 161 (63.28% from 255) = 55.33%
R=23.71%
G=20.96%
B=55.33%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal69611610.570.6200.37244.845.0543.53
Hex453DA1393E025f52d2c
Octal1057524171760453655554
Binary100010111110110100001111001111110010010111110101101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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