#45319A

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

Shades of Blue Gem #45319A

Tints of Blue Gem #45319A

Color information

#45319A (or 0x45319A) is unknown color: approx Blue Gem. HEX triplet: 45, 31 and 9A. RGB value is (69,49,154). Sum of RGB (Red+Green+Blue) = 69+49+154=272 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.37% from 272); Green value is 49 (19.53% from 255 or 18.01% from 272); Blue value is 154 (60.55% from 255 or 56.62% from 272); Max value from RGB is 154 - color contains mainly: blue. Hex color #45319A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45319A is #BACE65. Grayscale: #424242. Windows color (decimal): -12242534 or 10105157. OLE color: 10105157.

HSL color Cylindrical-coordinate representation of color #45319A: hue angle of 251.43º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45319A is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6949154-
CMYK0.550.6800.40
HSL251.43º51.72%39.8%-
HSV(B)251.43º68.18%60.39%-
XYZ9.395.7931.2-
YUV66.95177.13129.46-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.37%
GREEN value IS 49 (19.53% from 255) = 18.01%
BLUE value IS 154 (60.55% from 255) = 56.62%
R=25.37%
G=18.01%
B=56.62%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal69491540.550.6800.40251.4351.7239.8
Hex45319A3744028fb3428
Octal10561232671040503736450
Binary1000101110001100110101101111000100010100011111011110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45319A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45319A; }

 p { color: rgb(69,49,154); }

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

<style>
 a { background-color: #45319A; }

 a { background-color: rgb(69,49,154); }

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

<style>
 span { border-color: #45319A; }

 span { border-color: rgb(69,49,154); }

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