#362748

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

Shades of Jagger #362748

Tints of Jagger #362748

Color information

#362748 (or 0x362748) is unknown color: approx Jagger. HEX triplet: 36, 27 and 48. RGB value is (54,39,72). Sum of RGB (Red+Green+Blue) = 54+39+72=165 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.73% from 165); Green value is 39 (15.62% from 255 or 23.64% from 165); Blue value is 72 (28.52% from 255 or 43.64% from 165); Max value from RGB is 72 - color contains mainly: blue. Hex color #362748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362748 is #C9D8B7. Grayscale: #2F2F2F. Windows color (decimal): -13228216 or 4728630. OLE color: 4728630.

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

Color convert

RGB543972-
CMYK0.250.4600.72
HSL267.27º29.73%21.76%-
HSV(B)267.27º45.83%28.24%-
XYZ3.422.76.47-
YUV47.25141.97132.82-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 32.73%
GREEN value IS 39 (15.62% from 255) = 23.64%
BLUE value IS 72 (28.52% from 255) = 43.64%
R=32.73%
G=23.64%
B=43.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5439720.250.4600.72267.2729.7321.76
Hex362748192E04810b1e16
Octal6647110315601104133626
Binary110110100111100100011001101110010010001000010111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362748; }

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

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

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

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

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

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

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

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