#362447

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

Shades of Jagger #362447

Tints of Jagger #362447

Color information

#362447 (or 0x362447) is unknown color: approx Jagger. HEX triplet: 36, 24 and 47. RGB value is (54,36,71). Sum of RGB (Red+Green+Blue) = 54+36+71=161 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.54% from 161); Green value is 36 (14.45% from 255 or 22.36% from 161); Blue value is 71 (28.12% from 255 or 44.10% from 161); Max value from RGB is 71 - color contains mainly: blue. Hex color #362447 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362447 is #C9DBB8. Grayscale: #2D2D2D. Windows color (decimal): -13228985 or 4662326. OLE color: 4662326.

HSL color Cylindrical-coordinate representation of color #362447: hue angle of 270.86º degrees, saturation: 0.33, 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 #362447 is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB543671-
CMYK0.240.4900.72
HSL270.86º32.71%20.98%-
HSV(B)270.86º49.3%27.84%-
XYZ3.292.56.27-
YUV45.37142.46134.15-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 33.54%
GREEN value IS 36 (14.45% from 255) = 22.36%
BLUE value IS 71 (28.12% from 255) = 44.10%
R=33.54%
G=22.36%
B=44.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5436710.240.4900.72270.8632.7120.98
Hex362447183104810f2115
Octal6644107306101104174125
Binary1101101001001000111110001100010100100010000111110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362447; }

 p { color: rgb(54,36,71); }

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

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

 a { background-color: rgb(54,36,71); }

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

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

 span { border-color: rgb(54,36,71); }

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