#45349C

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

Shades of Blue Gem #45349C

Tints of Blue Gem #45349C

Color information

#45349C (or 0x45349C) is unknown color: approx Blue Gem. HEX triplet: 45, 34 and 9C. RGB value is (69,52,156). Sum of RGB (Red+Green+Blue) = 69+52+156=277 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.91% from 277); Green value is 52 (20.70% from 255 or 18.77% from 277); Blue value is 156 (61.33% from 255 or 56.32% from 277); Max value from RGB is 156 - color contains mainly: blue. Hex color #45349C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45349C is #BACB63. Grayscale: #444444. Windows color (decimal): -12241764 or 10236997. OLE color: 10236997.

HSL color Cylindrical-coordinate representation of color #45349C: hue angle of 249.81º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #45349C is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6952156-
CMYK0.560.6700.39
HSL249.81º50%40.78%-
HSV(B)249.81º66.67%61.18%-
XYZ9.686.1232.12-
YUV68.94177.13128.04-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.91%
GREEN value IS 52 (20.70% from 255) = 18.77%
BLUE value IS 156 (61.33% from 255) = 56.32%
R=24.91%
G=18.77%
B=56.32%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal69521560.560.6700.39249.815040.78
Hex45349C3843027fa3229
Octal10564234701030473726251
Binary1000101110100100111001110001000011010011111111010110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45349C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45349C; }

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

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

<style>
 a { background-color: #45349C; }

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

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

<style>
 span { border-color: #45349C; }

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

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