#362548

Color #362548 Jagger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagger #362548

Tints of Jagger #362548

Color information

#362548 (or 0x362548) is unknown color: approx Jagger. HEX triplet: 36, 25 and 48. RGB value is (54,37,72). Sum of RGB (Red+Green+Blue) = 54+37+72=163 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.13% from 163); Green value is 37 (14.84% from 255 or 22.70% from 163); Blue value is 72 (28.52% from 255 or 44.17% from 163); Max value from RGB is 72 - color contains mainly: blue. Hex color #362548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362548 is #C9DAB7. Grayscale: #2D2D2D. Windows color (decimal): -13228728 or 4728118. OLE color: 4728118.

HSL color Cylindrical-coordinate representation of color #362548: hue angle of 269.14º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #362548 is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB543772-
CMYK0.250.4900.72
HSL269.14º32.11%21.37%-
HSV(B)269.14º48.61%28.24%-
XYZ3.352.586.45-
YUV46.07142.63133.65-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 33.13%
GREEN value IS 37 (14.84% from 255) = 22.70%
BLUE value IS 72 (28.52% from 255) = 44.17%
R=33.13%
G=22.70%
B=44.17%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5437720.250.4900.72269.1432.1121.37
Hex362548193104810d2015
Octal6645110316101104154025
Binary1101101001011001000110011100010100100010000110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362548; }

 p { color: rgb(54,37,72); }

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

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

 a { background-color: rgb(54,37,72); }

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

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

 span { border-color: rgb(54,37,72); }

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