#362648

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

Shades of Jagger #362648

Tints of Jagger #362648

Color information

#362648 (or 0x362648) is unknown color: approx Jagger. HEX triplet: 36, 26 and 48. RGB value is (54,38,72). Sum of RGB (Red+Green+Blue) = 54+38+72=164 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.93% from 164); Green value is 38 (15.23% from 255 or 23.17% from 164); Blue value is 72 (28.52% from 255 or 43.90% from 164); Max value from RGB is 72 - color contains mainly: blue. Hex color #362648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362648 is #C9D9B7. Grayscale: #2E2E2E. Windows color (decimal): -13228472 or 4728374. OLE color: 4728374.

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

Color convert

RGB543872-
CMYK0.250.4700.72
HSL268.24º30.91%21.57%-
HSV(B)268.24º47.22%28.24%-
XYZ3.382.646.46-
YUV46.66142.3133.24-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 32.93%
GREEN value IS 38 (15.23% from 255) = 23.17%
BLUE value IS 72 (28.52% from 255) = 43.90%
R=32.93%
G=23.17%
B=43.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5438720.250.4700.72268.2430.9121.57
Hex362648192F04810c1f16
Octal6646110315701104143726
Binary110110100110100100011001101111010010001000011001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362648; }

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

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

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

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

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

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

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

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