#362248

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

Shades of Jagger #362248

Tints of Jagger #362248

Color information

#362248 (or 0x362248) is unknown color: approx Jagger. HEX triplet: 36, 22 and 48. RGB value is (54,34,72). Sum of RGB (Red+Green+Blue) = 54+34+72=160 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.75% from 160); Green value is 34 (13.67% from 255 or 21.25% from 160); Blue value is 72 (28.52% from 255 or 45% from 160); Max value from RGB is 72 - color contains mainly: blue. Hex color #362248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362248 is #C9DDB7. Grayscale: #2C2C2C. Windows color (decimal): -13229496 or 4727350. OLE color: 4727350.

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

Color convert

RGB543472-
CMYK0.250.5300.72
HSL271.58º35.85%20.78%-
HSV(B)271.58º52.78%28.24%-
XYZ3.262.46.42-
YUV44.31143.63134.91-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 33.75%
GREEN value IS 34 (13.67% from 255) = 21.25%
BLUE value IS 72 (28.52% from 255) = 45%
R=33.75%
G=21.25%
B=45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5434720.250.5300.72271.5835.8520.78
Hex36224819350481102415
Octal6642110316501104204425
Binary1101101000101001000110011101010100100010001000010010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362248; }

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

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

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

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

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

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

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

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