#45389B

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

Shades of Blue Gem #45389B

Tints of Blue Gem #45389B

Color information

#45389B (or 0x45389B) is unknown color: approx Blue Gem. HEX triplet: 45, 38 and 9B. RGB value is (69,56,155). Sum of RGB (Red+Green+Blue) = 69+56+155=280 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.64% from 280); Green value is 56 (22.27% from 255 or 20% from 280); Blue value is 155 (60.94% from 255 or 55.36% from 280); Max value from RGB is 155 - color contains mainly: blue. Hex color #45389B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45389B is #BAC764. Grayscale: #464646. Windows color (decimal): -12240741 or 10172485. OLE color: 10172485.

HSL color Cylindrical-coordinate representation of color #45389B: hue angle of 247.88º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #45389B is Cyan = 0.55, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6956155-
CMYK0.550.6400.39
HSL247.88º46.92%41.37%-
HSV(B)247.88º63.87%60.78%-
XYZ9.786.4631.74-
YUV71.17175.31126.45-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.64%
GREEN value IS 56 (22.27% from 255) = 20%
BLUE value IS 155 (60.94% from 255) = 55.36%
R=24.64%
G=20%
B=55.36%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal69561550.550.6400.39247.8846.9241.37
Hex45389B3740027f82f29
Octal10570233671000473705751
Binary1000101111000100110111101111000000010011111111000101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45389B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45389B; }

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

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

<style>
 a { background-color: #45389B; }

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

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

<style>
 span { border-color: #45389B; }

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

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