#3C3559

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

Shades of Jacarta #3C3559

Tints of Jacarta #3C3559

Color information

#3C3559 (or 0x3C3559) is unknown color: approx Jacarta. HEX triplet: 3C, 35 and 59. RGB value is (60,53,89). Sum of RGB (Red+Green+Blue) = 60+53+89=202 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.70% from 202); Green value is 53 (21.09% from 255 or 26.24% from 202); Blue value is 89 (35.16% from 255 or 44.06% from 202); Max value from RGB is 89 - color contains mainly: blue. Hex color #3C3559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3559 is #C3CAA6. Grayscale: #3B3B3B. Windows color (decimal): -12831399 or 5846332. OLE color: 5846332.

HSL color Cylindrical-coordinate representation of color #3C3559: hue angle of 251.67º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3C3559 is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB605389-
CMYK0.330.4000.65
HSL251.67º25.35%27.84%-
HSV(B)251.67º40.45%34.9%-
XYZ4.944.2310.01-
YUV59.2144.82128.57-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 29.70%
GREEN value IS 53 (21.09% from 255) = 26.24%
BLUE value IS 89 (35.16% from 255) = 44.06%
R=29.70%
G=26.24%
B=44.06%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6053890.330.4000.65251.6725.3527.84
Hex3C35592128041fc191c
Octal7465131415001013743134
Binary111100110101101100110000110100001000001111111001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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