#3C3061

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

Shades of Jacarta #3C3061

Tints of Jacarta #3C3061

Color information

#3C3061 (or 0x3C3061) is unknown color: approx Jacarta. HEX triplet: 3C, 30 and 61. RGB value is (60,48,97). Sum of RGB (Red+Green+Blue) = 60+48+97=205 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.27% from 205); Green value is 48 (19.14% from 255 or 23.41% from 205); Blue value is 97 (38.28% from 255 or 47.32% from 205); Max value from RGB is 97 - color contains mainly: blue. Hex color #3C3061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3061 is #C3CF9E. Grayscale: #383838. Windows color (decimal): -12832671 or 6369340. OLE color: 6369340.

HSL color Cylindrical-coordinate representation of color #3C3061: hue angle of 254.69º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3C3061 is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB604897-
CMYK0.380.5100.62
HSL254.69º33.79%28.43%-
HSV(B)254.69º50.52%38.04%-
XYZ5.083.9411.8-
YUV57.17150.48130.02-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 29.27%
GREEN value IS 48 (19.14% from 255) = 23.41%
BLUE value IS 97 (38.28% from 255) = 47.32%
R=29.27%
G=23.41%
B=47.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6048970.380.5100.62254.6933.7928.43
Hex3C3061263303Eff221c
Octal746014146630763774234
Binary111100110000110000110011011001101111101111111110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,48,97); }

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

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

 a { background-color: rgb(60,48,97); }

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

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

 span { border-color: rgb(60,48,97); }

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