#3C3854

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

Shades of Jacarta #3C3854

Tints of Jacarta #3C3854

Color information

#3C3854 (or 0x3C3854) is unknown color: approx Jacarta. HEX triplet: 3C, 38 and 54. RGB value is (60,56,84). Sum of RGB (Red+Green+Blue) = 60+56+84=200 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30% from 200); Green value is 56 (22.27% from 255 or 28% from 200); Blue value is 84 (33.20% from 255 or 42% from 200); Max value from RGB is 84 - color contains mainly: blue. Hex color #3C3854 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3854 is #C3C7AB. Grayscale: #3C3C3C. Windows color (decimal): -12830636 or 5519420. OLE color: 5519420.

HSL color Cylindrical-coordinate representation of color #3C3854: hue angle of 248.57º degrees, saturation: 0.2, 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 #3C3854 is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB605684-
CMYK0.290.3300.67
HSL248.57º20%27.45%-
HSV(B)248.57º33.33%32.94%-
XYZ4.884.438.99-
YUV60.39141.33127.72-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 30%
GREEN value IS 56 (22.27% from 255) = 28%
BLUE value IS 84 (33.20% from 255) = 42%
R=30%
G=28%
B=42%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6056840.290.3300.67248.572027.45
Hex3C38541D21043f9141b
Octal7470124354101033712433
Binary11110011100010101001110110000101000011111110011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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