#362746

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

Shades of Jagger #362746

Tints of Jagger #362746

Color information

#362746 (or 0x362746) is unknown color: approx Jagger. HEX triplet: 36, 27 and 46. RGB value is (54,39,70). Sum of RGB (Red+Green+Blue) = 54+39+70=163 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.13% from 163); Green value is 39 (15.62% from 255 or 23.93% from 163); Blue value is 70 (27.73% from 255 or 42.94% from 163); Max value from RGB is 70 - color contains mainly: blue. Hex color #362746 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362746 is #C9D8B9. Grayscale: #2E2E2E. Windows color (decimal): -13228218 or 4597558. OLE color: 4597558.

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

Color convert

RGB543970-
CMYK0.230.4400.73
HSL269.03º28.44%21.37%-
HSV(B)269.03º44.29%27.45%-
XYZ3.352.686.13-
YUV47.02140.97132.98-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 33.13%
GREEN value IS 39 (15.62% from 255) = 23.93%
BLUE value IS 70 (27.73% from 255) = 42.94%
R=33.13%
G=23.93%
B=42.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5439700.230.4400.73269.0328.4421.37
Hex362746172C04910d1c15
Octal6647106275401114153425
Binary110110100111100011010111101100010010011000011011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362746; }

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

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

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

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

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

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

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

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