#362443

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

Shades of Jagger #362443

Tints of Jagger #362443

Color information

#362443 (or 0x362443) is unknown color: approx Jagger. HEX triplet: 36, 24 and 43. RGB value is (54,36,67). Sum of RGB (Red+Green+Blue) = 54+36+67=157 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.39% from 157); Green value is 36 (14.45% from 255 or 22.93% from 157); Blue value is 67 (26.56% from 255 or 42.68% from 157); Max value from RGB is 67 - color contains mainly: blue. Hex color #362443 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362443 is #C9DBBC. Grayscale: #2C2C2C. Windows color (decimal): -13228989 or 4400182. OLE color: 4400182.

HSL color Cylindrical-coordinate representation of color #362443: hue angle of 274.84º degrees, saturation: 0.3, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #362443 is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB543667-
CMYK0.190.4600.74
HSL274.84º30.1%20.2%-
HSV(B)274.84º46.27%26.27%-
XYZ3.172.455.62-
YUV44.92140.46134.48-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 34.39%
GREEN value IS 36 (14.45% from 255) = 22.93%
BLUE value IS 67 (26.56% from 255) = 42.68%
R=34.39%
G=22.93%
B=42.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5436670.190.4600.74274.8430.120.2
Hex362443132E04A1131e14
Octal6644103235601124233624
Binary110110100100100001110011101110010010101000100111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362443; }

 p { color: rgb(54,36,67); }

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

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

 a { background-color: rgb(54,36,67); }

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

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

 span { border-color: rgb(54,36,67); }

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