#3F3558

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

Shades of Jacarta #3F3558

Tints of Jacarta #3F3558

Color information

#3F3558 (or 0x3F3558) is unknown color: approx Jacarta. HEX triplet: 3F, 35 and 58. RGB value is (63,53,88). Sum of RGB (Red+Green+Blue) = 63+53+88=204 (27% of max value = 765). Red value is 63 (25% from 255 or 30.88% from 204); Green value is 53 (21.09% from 255 or 25.98% from 204); Blue value is 88 (34.77% from 255 or 43.14% from 204); Max value from RGB is 88 - color contains mainly: blue. Hex color #3F3558 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3558 is #C0CAA7. Grayscale: #3B3B3B. Windows color (decimal): -12634792 or 5780799. OLE color: 5780799.

HSL color Cylindrical-coordinate representation of color #3F3558: hue angle of 257.14º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3F3558 is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB635388-
CMYK0.280.4000.65
HSL257.14º24.82%27.65%-
HSV(B)257.14º39.77%34.51%-
XYZ5.084.319.8-
YUV59.98143.81130.15-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 30.88%
GREEN value IS 53 (21.09% from 255) = 25.98%
BLUE value IS 88 (34.77% from 255) = 43.14%
R=30.88%
G=25.98%
B=43.14%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6353880.280.4000.65257.1424.8227.65
Hex3F35581C28041101191c
Octal7765130345001014013134
Binary111111110101101100011100101000010000011000000011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,53,88); }

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

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

 a { background-color: rgb(63,53,88); }

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

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

 span { border-color: rgb(63,53,88); }

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