#3F3955

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

Shades of Jacarta #3F3955

Tints of Jacarta #3F3955

Color information

#3F3955 (or 0x3F3955) is unknown color: approx Jacarta. HEX triplet: 3F, 39 and 55. RGB value is (63,57,85). Sum of RGB (Red+Green+Blue) = 63+57+85=205 (27% of max value = 765). Red value is 63 (25% from 255 or 30.73% from 205); Green value is 57 (22.66% from 255 or 27.80% from 205); Blue value is 85 (33.59% from 255 or 41.46% from 205); Max value from RGB is 85 - color contains mainly: blue. Hex color #3F3955 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3955 is #C0C6AA. Grayscale: #3D3D3D. Windows color (decimal): -12633771 or 5585215. OLE color: 5585215.

HSL color Cylindrical-coordinate representation of color #3F3955: hue angle of 252.86º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3F3955 is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB635785-
CMYK0.260.3300.67
HSL252.86º19.72%27.84%-
HSV(B)252.86º32.94%33.33%-
XYZ5.154.649.22-
YUV61.99140.99128.72-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 30.73%
GREEN value IS 57 (22.66% from 255) = 27.80%
BLUE value IS 85 (33.59% from 255) = 41.46%
R=30.73%
G=27.80%
B=41.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6357850.260.3300.67252.8619.7227.84
Hex3F39551A21043fd141c
Octal7771125324101033752434
Binary11111111100110101011101010000101000011111111011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,57,85); }

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

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

 a { background-color: rgb(63,57,85); }

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

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

 span { border-color: rgb(63,57,85); }

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