#3C3660

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

Shades of Jacarta #3C3660

Tints of Jacarta #3C3660

Color information

#3C3660 (or 0x3C3660) is unknown color: approx Jacarta. HEX triplet: 3C, 36 and 60. RGB value is (60,54,96). Sum of RGB (Red+Green+Blue) = 60+54+96=210 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.57% from 210); Green value is 54 (21.48% from 255 or 25.71% from 210); Blue value is 96 (37.89% from 255 or 45.71% from 210); Max value from RGB is 96 - color contains mainly: blue. Hex color #3C3660 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3660 is #C3C99F. Grayscale: #3C3C3C. Windows color (decimal): -12831136 or 6305340. OLE color: 6305340.

HSL color Cylindrical-coordinate representation of color #3C3660: hue angle of 248.57º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3C3660 is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB605496-
CMYK0.380.4400.62
HSL248.57º28%29.41%-
HSV(B)248.57º43.75%37.65%-
XYZ5.294.4411.64-
YUV60.58147.99127.58-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 28.57%
GREEN value IS 54 (21.48% from 255) = 25.71%
BLUE value IS 96 (37.89% from 255) = 45.71%
R=28.57%
G=25.71%
B=45.71%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6054960.380.4400.62248.572829.41
Hex3C3660262C03Ef91c1d
Octal746614046540763713435
Binary11110011011011000001001101011000111110111110011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,54,96); }

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

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

 a { background-color: rgb(60,54,96); }

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

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

 span { border-color: rgb(60,54,96); }

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