#362747

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

Shades of Jagger #362747

Tints of Jagger #362747

Color information

#362747 (or 0x362747) is unknown color: approx Jagger. HEX triplet: 36, 27 and 47. RGB value is (54,39,71). Sum of RGB (Red+Green+Blue) = 54+39+71=164 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.93% from 164); Green value is 39 (15.62% from 255 or 23.78% from 164); Blue value is 71 (28.12% from 255 or 43.29% from 164); Max value from RGB is 71 - color contains mainly: blue. Hex color #362747 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362747 is #C9D8B8. Grayscale: #2F2F2F. Windows color (decimal): -13228217 or 4663094. OLE color: 4663094.

HSL color Cylindrical-coordinate representation of color #362747: hue angle of 268.12º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #362747 is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB543971-
CMYK0.240.4500.72
HSL268.12º29.09%21.57%-
HSV(B)268.12º45.07%27.84%-
XYZ3.382.696.3-
YUV47.13141.47132.9-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 32.93%
GREEN value IS 39 (15.62% from 255) = 23.78%
BLUE value IS 71 (28.12% from 255) = 43.29%
R=32.93%
G=23.78%
B=43.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5439710.240.4500.72268.1229.0921.57
Hex362747182D04810c1d16
Octal6647107305501104143526
Binary110110100111100011111000101101010010001000011001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362747; }

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

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

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

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

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

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

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

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