#45389D

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

Shades of Blue Gem #45389D

Tints of Blue Gem #45389D

Color information

#45389D (or 0x45389D) is unknown color: approx Blue Gem. HEX triplet: 45, 38 and 9D. RGB value is (69,56,157). Sum of RGB (Red+Green+Blue) = 69+56+157=282 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.47% from 282); Green value is 56 (22.27% from 255 or 19.86% from 282); Blue value is 157 (61.72% from 255 or 55.67% from 282); Max value from RGB is 157 - color contains mainly: blue. Hex color #45389D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45389D is #BAC762. Grayscale: #474747. Windows color (decimal): -12240739 or 10303557. OLE color: 10303557.

HSL color Cylindrical-coordinate representation of color #45389D: hue angle of 247.72º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #45389D is Cyan = 0.56, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6956157-
CMYK0.560.6400.38
HSL247.72º47.42%41.76%-
HSV(B)247.72º64.33%61.57%-
XYZ9.956.5332.63-
YUV71.4176.31126.29-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.47%
GREEN value IS 56 (22.27% from 255) = 19.86%
BLUE value IS 157 (61.72% from 255) = 55.67%
R=24.47%
G=19.86%
B=55.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal69561570.560.6400.38247.7247.4241.76
Hex45389D3840026f82f2a
Octal10570235701000463705752
Binary1000101111000100111011110001000000010011011111000101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45389D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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