#3C3059

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

Shades of Jacarta #3C3059

Tints of Jacarta #3C3059

Color information

#3C3059 (or 0x3C3059) is unknown color: approx Jacarta. HEX triplet: 3C, 30 and 59. RGB value is (60,48,89). Sum of RGB (Red+Green+Blue) = 60+48+89=197 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30.46% from 197); Green value is 48 (19.14% from 255 or 24.37% from 197); Blue value is 89 (35.16% from 255 or 45.18% from 197); Max value from RGB is 89 - color contains mainly: blue. Hex color #3C3059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3059 is #C3CFA6. Grayscale: #383838. Windows color (decimal): -12832679 or 5845052. OLE color: 5845052.

HSL color Cylindrical-coordinate representation of color #3C3059: hue angle of 257.56º 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 #3C3059 is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB604889-
CMYK0.330.4600.65
HSL257.56º29.93%26.86%-
HSV(B)257.56º46.07%34.9%-
XYZ4.723.89.93-
YUV56.26146.48130.67-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 30.46%
GREEN value IS 48 (19.14% from 255) = 24.37%
BLUE value IS 89 (35.16% from 255) = 45.18%
R=30.46%
G=24.37%
B=45.18%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6048890.330.4600.65257.5629.9326.86
Hex3C3059212E0411021e1b
Octal7460131415601014023633
Binary1111001100001011001100001101110010000011000000101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C3059; }

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

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

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

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

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

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

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

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