#362A45

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

Shades of Jagger #362A45

Tints of Jagger #362A45

Color information

#362A45 (or 0x362A45) is unknown color: approx Jagger. HEX triplet: 36, 2A and 45. RGB value is (54,42,69). Sum of RGB (Red+Green+Blue) = 54+42+69=165 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.73% from 165); Green value is 42 (16.80% from 255 or 25.45% from 165); Blue value is 69 (27.34% from 255 or 41.82% from 165); Max value from RGB is 69 - color contains mainly: blue. Hex color #362A45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362A45 is #C9D5BA. Grayscale: #303030. Windows color (decimal): -13227451 or 4532790. OLE color: 4532790.

HSL color Cylindrical-coordinate representation of color #362A45: hue angle of 266.67º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #362A45 is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB544269-
CMYK0.220.3900.73
HSL266.67º24.32%21.76%-
HSV(B)266.67º39.13%27.06%-
XYZ3.422.876-
YUV48.67139.48131.8-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 32.73%
GREEN value IS 42 (16.80% from 255) = 25.45%
BLUE value IS 69 (27.34% from 255) = 41.82%
R=32.73%
G=25.45%
B=41.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5442690.220.3900.73266.6724.3221.76
Hex362A45162704910b1816
Octal6652105264701114133026
Binary110110101010100010110110100111010010011000010111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362A45; }

 p { color: rgb(54,42,69); }

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

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

 a { background-color: rgb(54,42,69); }

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

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

 span { border-color: rgb(54,42,69); }

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