#453C9D

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

Shades of Blue Gem #453C9D

Tints of Blue Gem #453C9D

Color information

#453C9D (or 0x453C9D) is unknown color: approx Blue Gem. HEX triplet: 45, 3C and 9D. RGB value is (69,60,157). Sum of RGB (Red+Green+Blue) = 69+60+157=286 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.13% from 286); Green value is 60 (23.83% from 255 or 20.98% from 286); Blue value is 157 (61.72% from 255 or 54.90% from 286); Max value from RGB is 157 - color contains mainly: blue. Hex color #453C9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453C9D is #BAC362. Grayscale: #494949. Windows color (decimal): -12239715 or 10304581. OLE color: 10304581.

HSL color Cylindrical-coordinate representation of color #453C9D: hue angle of 245.57º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #453C9D is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6960157-
CMYK0.560.6200.38
HSL245.57º44.7%42.55%-
HSV(B)245.57º61.78%61.57%-
XYZ10.166.9332.7-
YUV73.75174.98124.61-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.13%
GREEN value IS 60 (23.83% from 255) = 20.98%
BLUE value IS 157 (61.72% from 255) = 54.90%
R=24.13%
G=20.98%
B=54.90%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal69601570.560.6200.38245.5744.742.55
Hex453C9D383E026f62d2b
Octal1057423570760463665553
Binary100010111110010011101111000111110010011011110110101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,60,157); }

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

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

 a { background-color: rgb(69,60,157); }

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

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

 span { border-color: rgb(69,60,157); }

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