#3F3859

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

Shades of Jacarta #3F3859

Tints of Jacarta #3F3859

Color information

#3F3859 (or 0x3F3859) is unknown color: approx Jacarta. HEX triplet: 3F, 38 and 59. RGB value is (63,56,89). Sum of RGB (Red+Green+Blue) = 63+56+89=208 (27% of max value = 765). Red value is 63 (25% from 255 or 30.29% from 208); Green value is 56 (22.27% from 255 or 26.92% from 208); Blue value is 89 (35.16% from 255 or 42.79% from 208); Max value from RGB is 89 - color contains mainly: blue. Hex color #3F3859 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3859 is #C0C7A6. Grayscale: #3D3D3D. Windows color (decimal): -12634023 or 5847103. OLE color: 5847103.

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

Color convert

RGB635689-
CMYK0.290.3700.65
HSL252.73º22.76%28.43%-
HSV(B)252.73º37.08%34.9%-
XYZ5.274.6110.06-
YUV61.86143.32128.82-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 30.29%
GREEN value IS 56 (22.27% from 255) = 26.92%
BLUE value IS 89 (35.16% from 255) = 42.79%
R=30.29%
G=26.92%
B=42.79%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6356890.290.3700.65252.7322.7628.43
Hex3F38591D25041fd171c
Octal7770131354501013752734
Binary11111111100010110011110110010101000001111111011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,56,89); }

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

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

 a { background-color: rgb(63,56,89); }

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

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

 span { border-color: rgb(63,56,89); }

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