#3C365B

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

Shades of Jacarta #3C365B

Tints of Jacarta #3C365B

Color information

#3C365B (or 0x3C365B) is unknown color: approx Jacarta. HEX triplet: 3C, 36 and 5B. RGB value is (60,54,91). Sum of RGB (Red+Green+Blue) = 60+54+91=205 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.27% from 205); Green value is 54 (21.48% from 255 or 26.34% from 205); Blue value is 91 (35.94% from 255 or 44.39% from 205); Max value from RGB is 91 - color contains mainly: blue. Hex color #3C365B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C365B is #C3C9A4. Grayscale: #3B3B3B. Windows color (decimal): -12831141 or 5977660. OLE color: 5977660.

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

Color convert

RGB605491-
CMYK0.340.4100.64
HSL249.73º25.52%28.43%-
HSV(B)249.73º40.66%35.69%-
XYZ5.074.3510.47-
YUV60.01145.49127.99-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 29.27%
GREEN value IS 54 (21.48% from 255) = 26.34%
BLUE value IS 91 (35.94% from 255) = 44.39%
R=29.27%
G=26.34%
B=44.39%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6054910.340.4100.64249.7325.5228.43
Hex3C365B2229040fa1a1c
Octal7466133425101003723234
Binary111100110110101101110001010100101000000111110101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C365B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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