#3C355B

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

Shades of Jacarta #3C355B

Tints of Jacarta #3C355B

Color information

#3C355B (or 0x3C355B) is unknown color: approx Jacarta. HEX triplet: 3C, 35 and 5B. RGB value is (60,53,91). Sum of RGB (Red+Green+Blue) = 60+53+91=204 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.41% from 204); Green value is 53 (21.09% from 255 or 25.98% from 204); Blue value is 91 (35.94% from 255 or 44.61% from 204); Max value from RGB is 91 - color contains mainly: blue. Hex color #3C355B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C355B is #C3CAA4. Grayscale: #3B3B3B. Windows color (decimal): -12831397 or 5977404. OLE color: 5977404.

HSL color Cylindrical-coordinate representation of color #3C355B: hue angle of 251.05º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3C355B is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB605391-
CMYK0.340.4200.64
HSL251.05º26.39%28.24%-
HSV(B)251.05º41.76%35.69%-
XYZ5.024.2610.46-
YUV59.42145.82128.41-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 29.41%
GREEN value IS 53 (21.09% from 255) = 25.98%
BLUE value IS 91 (35.94% from 255) = 44.61%
R=29.41%
G=25.98%
B=44.61%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6053910.340.4200.64251.0526.3928.24
Hex3C355B222A040fb1a1c
Octal7465133425201003733234
Binary111100110101101101110001010101001000000111110111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C355B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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