#453A9B

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

Shades of Blue Gem #453A9B

Tints of Blue Gem #453A9B

Color information

#453A9B (or 0x453A9B) is unknown color: approx Blue Gem. HEX triplet: 45, 3A and 9B. RGB value is (69,58,155). Sum of RGB (Red+Green+Blue) = 69+58+155=282 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.47% from 282); Green value is 58 (23.05% from 255 or 20.57% from 282); Blue value is 155 (60.94% from 255 or 54.96% from 282); Max value from RGB is 155 - color contains mainly: blue. Hex color #453A9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453A9B is #BAC564. Grayscale: #474747. Windows color (decimal): -12240229 or 10172997. OLE color: 10172997.

HSL color Cylindrical-coordinate representation of color #453A9B: hue angle of 246.8º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #453A9B is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6958155-
CMYK0.550.6300.39
HSL246.8º45.54%41.76%-
HSV(B)246.8º62.58%60.78%-
XYZ9.886.6631.77-
YUV72.35174.64125.61-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.47%
GREEN value IS 58 (23.05% from 255) = 20.57%
BLUE value IS 155 (60.94% from 255) = 54.96%
R=24.47%
G=20.57%
B=54.96%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal69581550.550.6300.39246.845.5441.76
Hex453A9B373F027f72e2a
Octal1057223367770473675652
Binary100010111101010011011110111111111010011111110111101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,58,155); }

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

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

 a { background-color: rgb(69,58,155); }

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

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

 span { border-color: rgb(69,58,155); }

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