#3C3954

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

Shades of Jacarta #3C3954

Tints of Jacarta #3C3954

Color information

#3C3954 (or 0x3C3954) is unknown color: approx Jacarta. HEX triplet: 3C, 39 and 54. RGB value is (60,57,84). Sum of RGB (Red+Green+Blue) = 60+57+84=201 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.85% from 201); Green value is 57 (22.66% from 255 or 28.36% from 201); Blue value is 84 (33.20% from 255 or 41.79% from 201); Max value from RGB is 84 - color contains mainly: blue. Hex color #3C3954 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3954 is #C3C6AB. Grayscale: #3C3C3C. Windows color (decimal): -12830380 or 5519676. OLE color: 5519676.

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

Color convert

RGB605784-
CMYK0.290.3200.67
HSL246.67º19.15%27.65%-
HSV(B)246.67º32.14%32.94%-
XYZ4.934.539-
YUV60.97140.99127.3-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 29.85%
GREEN value IS 57 (22.66% from 255) = 28.36%
BLUE value IS 84 (33.20% from 255) = 41.79%
R=29.85%
G=28.36%
B=41.79%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6057840.290.3200.67246.6719.1527.65
Hex3C39541D20043f7131c
Octal7471124354001033672334
Binary11110011100110101001110110000001000011111101111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,57,84); }

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

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

 a { background-color: rgb(60,57,84); }

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

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

 span { border-color: rgb(60,57,84); }

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