#452F8D

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

Shades of Blue Gem #452F8D

Tints of Blue Gem #452F8D

Color information

#452F8D (or 0x452F8D) is unknown color: approx Blue Gem. HEX triplet: 45, 2F and 8D. RGB value is (69,47,141). Sum of RGB (Red+Green+Blue) = 69+47+141=257 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.85% from 257); Green value is 47 (18.75% from 255 or 18.29% from 257); Blue value is 141 (55.47% from 255 or 54.86% from 257); Max value from RGB is 141 - color contains mainly: blue. Hex color #452F8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452F8D is #BAD072. Grayscale: #3F3F3F. Windows color (decimal): -12243059 or 9252677. OLE color: 9252677.

HSL color Cylindrical-coordinate representation of color #452F8D: hue angle of 254.04º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #452F8D is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6947141-
CMYK0.510.6700.45
HSL254.04º50%36.86%-
HSV(B)254.04º66.67%55.29%-
XYZ8.285.2225.77-
YUV64.29171.29131.36-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.85%
GREEN value IS 47 (18.75% from 255) = 18.29%
BLUE value IS 141 (55.47% from 255) = 54.86%
R=26.85%
G=18.29%
B=54.86%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal69471410.510.6700.45254.045036.86
Hex452F8D334302Dfe3225
Octal10557215631030553766245
Binary1000101101111100011011100111000011010110111111110110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,47,141); }

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

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

 a { background-color: rgb(69,47,141); }

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

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

 span { border-color: rgb(69,47,141); }

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