#362844

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

Shades of Jagger #362844

Tints of Jagger #362844

Color information

#362844 (or 0x362844) is unknown color: approx Jagger. HEX triplet: 36, 28 and 44. RGB value is (54,40,68). Sum of RGB (Red+Green+Blue) = 54+40+68=162 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.33% from 162); Green value is 40 (16.02% from 255 or 24.69% from 162); Blue value is 68 (26.95% from 255 or 41.98% from 162); Max value from RGB is 68 - color contains mainly: blue. Hex color #362844 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362844 is #C9D7BB. Grayscale: #2F2F2F. Windows color (decimal): -13227964 or 4466742. OLE color: 4466742.

HSL color Cylindrical-coordinate representation of color #362844: hue angle of 270º degrees, saturation: 0.26, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #362844 is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB544068-
CMYK0.210.4100.73
HSL270º25.93%21.18%-
HSV(B)270º41.18%26.67%-
XYZ3.322.725.82-
YUV47.38139.64132.72-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 33.33%
GREEN value IS 40 (16.02% from 255) = 24.69%
BLUE value IS 68 (26.95% from 255) = 41.98%
R=33.33%
G=24.69%
B=41.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5440680.210.4100.7327025.9321.18
Hex362844152904910e1a15
Octal6650104255101114163225
Binary110110101000100010010101101001010010011000011101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362844; }

 p { color: rgb(54,40,68); }

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

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

 a { background-color: rgb(54,40,68); }

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

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

 span { border-color: rgb(54,40,68); }

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