#363059

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

Shades of Jacarta #363059

Tints of Jacarta #363059

Color information

#363059 (or 0x363059) is unknown color: approx Jacarta. HEX triplet: 36, 30 and 59. RGB value is (54,48,89). Sum of RGB (Red+Green+Blue) = 54+48+89=191 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.27% from 191); Green value is 48 (19.14% from 255 or 25.13% from 191); Blue value is 89 (35.16% from 255 or 46.60% from 191); Max value from RGB is 89 - color contains mainly: blue. Hex color #363059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363059 is #C9CFA6. Grayscale: #363636. Windows color (decimal): -13225895 or 5845046. OLE color: 5845046.

HSL color Cylindrical-coordinate representation of color #363059: hue angle of 248.78º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #363059 is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB544889-
CMYK0.390.4600.65
HSL248.78º29.93%26.86%-
HSV(B)248.78º46.07%34.9%-
XYZ4.383.629.92-
YUV54.47147.49127.67-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 28.27%
GREEN value IS 48 (19.14% from 255) = 25.13%
BLUE value IS 89 (35.16% from 255) = 46.60%
R=28.27%
G=25.13%
B=46.60%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5448890.390.4600.65248.7829.9326.86
Hex363059272E041f91e1b
Octal6660131475601013713633
Binary110110110000101100110011110111001000001111110011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363059; }

 p { color: rgb(54,48,89); }

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

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

 a { background-color: rgb(54,48,89); }

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

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

 span { border-color: rgb(54,48,89); }

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