#3C345D

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

Shades of Jacarta #3C345D

Tints of Jacarta #3C345D

Color information

#3C345D (or 0x3C345D) is unknown color: approx Jacarta. HEX triplet: 3C, 34 and 5D. RGB value is (60,52,93). Sum of RGB (Red+Green+Blue) = 60+52+93=205 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.27% from 205); Green value is 52 (20.70% from 255 or 25.37% from 205); Blue value is 93 (36.72% from 255 or 45.37% from 205); Max value from RGB is 93 - color contains mainly: blue. Hex color #3C345D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C345D is #C3CBA2. Grayscale: #3A3A3A. Windows color (decimal): -12831651 or 6108220. OLE color: 6108220.

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

Color convert

RGB605293-
CMYK0.350.4400.64
HSL251.71º28.28%28.43%-
HSV(B)251.71º44.09%36.47%-
XYZ5.074.2110.9-
YUV59.07147.15128.67-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 29.27%
GREEN value IS 52 (20.70% from 255) = 25.37%
BLUE value IS 93 (36.72% from 255) = 45.37%
R=29.27%
G=25.37%
B=45.37%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6052930.350.4400.64251.7128.2828.43
Hex3C345D232C040fc1c1c
Octal7464135435401003743434
Binary111100110100101110110001110110001000000111111001110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C345D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,52,93); }

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

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

 a { background-color: rgb(60,52,93); }

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

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

 span { border-color: rgb(60,52,93); }

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