#3C3057

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

Shades of Jacarta #3C3057

Tints of Jacarta #3C3057

Color information

#3C3057 (or 0x3C3057) is unknown color: approx Jacarta. HEX triplet: 3C, 30 and 57. RGB value is (60,48,87). Sum of RGB (Red+Green+Blue) = 60+48+87=195 (25% of max value = 765). Red value is 60 (23.83% from 255 or 30.77% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 87 (34.38% from 255 or 44.62% from 195); Max value from RGB is 87 - color contains mainly: blue. Hex color #3C3057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3057 is #C3CFA8. Grayscale: #373737. Windows color (decimal): -12832681 or 5713980. OLE color: 5713980.

HSL color Cylindrical-coordinate representation of color #3C3057: hue angle of 258.46º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3C3057 is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB604887-
CMYK0.310.4500.66
HSL258.46º28.89%26.47%-
HSV(B)258.46º44.83%34.12%-
XYZ4.643.769.5-
YUV56.03145.48130.83-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 30.77%
GREEN value IS 48 (19.14% from 255) = 24.62%
BLUE value IS 87 (34.38% from 255) = 44.62%
R=30.77%
G=24.62%
B=44.62%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6048870.310.4500.66258.4628.8926.47
Hex3C30571F2D0421021d1a
Octal7460127375501024023532
Binary111100110000101011111111101101010000101000000101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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