#3C3853

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

Shades of Jacarta #3C3853

Tints of Jacarta #3C3853

Color information

#3C3853 (or 0x3C3853) is unknown color: approx Jacarta. HEX triplet: 3C, 38 and 53. RGB value is (60,56,83). Sum of RGB (Red+Green+Blue) = 60+56+83=199 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30.15% from 199); Green value is 56 (22.27% from 255 or 28.14% from 199); Blue value is 83 (32.81% from 255 or 41.71% from 199); Max value from RGB is 83 - color contains mainly: blue. Hex color #3C3853 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3853 is #C3C7AC. Grayscale: #3C3C3C. Windows color (decimal): -12830637 or 5453884. OLE color: 5453884.

HSL color Cylindrical-coordinate representation of color #3C3853: hue angle of 248.89º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3C3853 is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB605683-
CMYK0.280.3300.67
HSL248.89º19.42%27.25%-
HSV(B)248.89º32.53%32.55%-
XYZ4.844.418.78-
YUV60.27140.83127.8-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 30.15%
GREEN value IS 56 (22.27% from 255) = 28.14%
BLUE value IS 83 (32.81% from 255) = 41.71%
R=30.15%
G=28.14%
B=41.71%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6056830.280.3300.67248.8919.4227.25
Hex3C38531C21043f9131b
Octal7470123344101033712333
Binary11110011100010100111110010000101000011111110011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,56,83); }

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

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

 a { background-color: rgb(60,56,83); }

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

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

 span { border-color: rgb(60,56,83); }

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