#453B98

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

Shades of Blue Gem #453B98

Tints of Blue Gem #453B98

Color information

#453B98 (or 0x453B98) is unknown color: approx Blue Gem. HEX triplet: 45, 3B and 98. RGB value is (69,59,152). Sum of RGB (Red+Green+Blue) = 69+59+152=280 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.64% from 280); Green value is 59 (23.44% from 255 or 21.07% from 280); Blue value is 152 (59.77% from 255 or 54.29% from 280); Max value from RGB is 152 - color contains mainly: blue. Hex color #453B98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453B98 is #BAC467. Grayscale: #484848. Windows color (decimal): -12239976 or 9976645. OLE color: 9976645.

HSL color Cylindrical-coordinate representation of color #453B98: hue angle of 246.45º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #453B98 is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6959152-
CMYK0.550.6100.40
HSL246.45º44.08%41.37%-
HSV(B)246.45º61.18%59.61%-
XYZ9.696.6630.48-
YUV72.59172.81125.44-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.64%
GREEN value IS 59 (23.44% from 255) = 21.07%
BLUE value IS 152 (59.77% from 255) = 54.29%
R=24.64%
G=21.07%
B=54.29%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal69591520.550.6100.40246.4544.0841.37
Hex453B98373D028f62c29
Octal1057323067750503665451
Binary100010111101110011000110111111101010100011110110101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,59,152); }

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

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

 a { background-color: rgb(69,59,152); }

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

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

 span { border-color: rgb(69,59,152); }

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