#453DA5

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

Shades of Blue Gem #453DA5

Tints of Blue Gem #453DA5

Color information

#453DA5 (or 0x453DA5) is unknown color: approx Blue Gem. HEX triplet: 45, 3D and A5. RGB value is (69,61,165). Sum of RGB (Red+Green+Blue) = 69+61+165=295 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.39% from 295); Green value is 61 (24.22% from 255 or 20.68% from 295); Blue value is 165 (64.84% from 255 or 55.93% from 295); Max value from RGB is 165 - color contains mainly: blue. Hex color #453DA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453DA5 is #BAC25A. Grayscale: #4A4A4A. Windows color (decimal): -12239451 or 10829125. OLE color: 10829125.

HSL color Cylindrical-coordinate representation of color #453DA5: hue angle of 244.62º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #453DA5 is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB6961165-
CMYK0.580.6300.35
HSL244.62º46.02%44.31%-
HSV(B)244.62º63.03%64.71%-
XYZ10.917.3236.43-
YUV75.25178.65123.54-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.39%
GREEN value IS 61 (24.22% from 255) = 20.68%
BLUE value IS 165 (64.84% from 255) = 55.93%
R=23.39%
G=20.68%
B=55.93%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal69611650.580.6300.35244.6246.0244.31
Hex453DA53A3F023f52e2c
Octal1057524572770433655654
Binary100010111110110100101111010111111010001111110101101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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