#452DA5

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

Shades of Blue Gem #452DA5

Tints of Blue Gem #452DA5

Color information

#452DA5 (or 0x452DA5) is unknown color: approx Blue Gem. HEX triplet: 45, 2D and A5. RGB value is (69,45,165). Sum of RGB (Red+Green+Blue) = 69+45+165=279 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.73% from 279); Green value is 45 (17.97% from 255 or 16.13% from 279); Blue value is 165 (64.84% from 255 or 59.14% from 279); Max value from RGB is 165 - color contains mainly: blue. Hex color #452DA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452DA5 is #BAD25A. Grayscale: #414141. Windows color (decimal): -12243547 or 10825029. OLE color: 10825029.

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

Color convert

RGB6945165-
CMYK0.580.7300.35
HSL252º57.14%41.18%-
HSV(B)252º72.73%64.71%-
XYZ10.185.8636.19-
YUV65.86183.95130.24-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.73%
GREEN value IS 45 (17.97% from 255) = 16.13%
BLUE value IS 165 (64.84% from 255) = 59.14%
R=24.73%
G=16.13%
B=59.14%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal69451650.580.7300.3525257.1441.18
Hex452DA53A49023fc3929
Octal10555245721110433747151
Binary1000101101101101001011110101001001010001111111100111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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