#45289B

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

Shades of Blue Gem #45289B

Tints of Blue Gem #45289B

Color information

#45289B (or 0x45289B) is unknown color: approx Blue Gem. HEX triplet: 45, 28 and 9B. RGB value is (69,40,155). Sum of RGB (Red+Green+Blue) = 69+40+155=264 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.14% from 264); Green value is 40 (16.02% from 255 or 15.15% from 264); Blue value is 155 (60.94% from 255 or 58.71% from 264); Max value from RGB is 155 - color contains mainly: blue. Hex color #45289B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45289B is #BAD764. Grayscale: #3D3D3D. Windows color (decimal): -12244837 or 10168389. OLE color: 10168389.

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

Color convert

RGB6940155-
CMYK0.550.7400.39
HSL255.13º58.97%38.24%-
HSV(B)255.13º74.19%60.78%-
XYZ9.135.1531.52-
YUV61.78180.61133.15-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.14%
GREEN value IS 40 (16.02% from 255) = 15.15%
BLUE value IS 155 (60.94% from 255) = 58.71%
R=26.14%
G=15.15%
B=58.71%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal69401550.550.7400.39255.1358.9738.24
Hex45289B374A027ff3b26
Octal10550233671120473777346
Binary1000101101000100110111101111001010010011111111111111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45289B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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