#45319E

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

Shades of Blue Gem #45319E

Tints of Blue Gem #45319E

Color information

#45319E (or 0x45319E) is unknown color: approx Blue Gem. HEX triplet: 45, 31 and 9E. RGB value is (69,49,158). Sum of RGB (Red+Green+Blue) = 69+49+158=276 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25% from 276); Green value is 49 (19.53% from 255 or 17.75% from 276); Blue value is 158 (62.11% from 255 or 57.25% from 276); Max value from RGB is 158 - color contains mainly: blue. Hex color #45319E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45319E is #BACE61. Grayscale: #424242. Windows color (decimal): -12242530 or 10367301. OLE color: 10367301.

HSL color Cylindrical-coordinate representation of color #45319E: hue angle of 251.01º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45319E is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6949158-
CMYK0.560.6900.38
HSL251.01º52.66%40.59%-
HSV(B)251.01º68.99%61.96%-
XYZ9.725.9332.98-
YUV67.41179.13129.14-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25%
GREEN value IS 49 (19.53% from 255) = 17.75%
BLUE value IS 158 (62.11% from 255) = 57.25%
R=25%
G=17.75%
B=57.25%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal69491580.560.6900.38251.0152.6640.59
Hex45319E3845026fb3529
Octal10561236701050463736551
Binary1000101110001100111101110001000101010011011111011110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45319E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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