#45348D

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

Shades of Blue Gem #45348D

Tints of Blue Gem #45348D

Color information

#45348D (or 0x45348D) is unknown color: approx Blue Gem. HEX triplet: 45, 34 and 8D. RGB value is (69,52,141). Sum of RGB (Red+Green+Blue) = 69+52+141=262 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.34% from 262); Green value is 52 (20.70% from 255 or 19.85% from 262); Blue value is 141 (55.47% from 255 or 53.82% from 262); Max value from RGB is 141 - color contains mainly: blue. Hex color #45348D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45348D is #BACB72. Grayscale: #424242. Windows color (decimal): -12241779 or 9253957. OLE color: 9253957.

HSL color Cylindrical-coordinate representation of color #45348D: hue angle of 251.46º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #45348D is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6952141-
CMYK0.510.6300.45
HSL251.46º46.11%37.84%-
HSV(B)251.46º63.12%55.29%-
XYZ8.495.6425.84-
YUV67.23169.63129.26-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.34%
GREEN value IS 52 (20.70% from 255) = 19.85%
BLUE value IS 141 (55.47% from 255) = 53.82%
R=26.34%
G=19.85%
B=53.82%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal69521410.510.6300.45251.4646.1137.84
Hex45348D333F02Dfb2e26
Octal1056421563770553735646
Binary100010111010010001101110011111111010110111111011101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45348D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,52,141); }

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

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

 a { background-color: rgb(69,52,141); }

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

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

 span { border-color: rgb(69,52,141); }

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