#3F335B

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

Shades of Jacarta #3F335B

Tints of Jacarta #3F335B

Color information

#3F335B (or 0x3F335B) is unknown color: approx Jacarta. HEX triplet: 3F, 33 and 5B. RGB value is (63,51,91). Sum of RGB (Red+Green+Blue) = 63+51+91=205 (27% of max value = 765). Red value is 63 (25% from 255 or 30.73% from 205); Green value is 51 (20.31% from 255 or 24.88% from 205); Blue value is 91 (35.94% from 255 or 44.39% from 205); Max value from RGB is 91 - color contains mainly: blue. Hex color #3F335B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F335B is #C0CCA4. Grayscale: #3A3A3A. Windows color (decimal): -12635301 or 5976895. OLE color: 5976895.

HSL color Cylindrical-coordinate representation of color #3F335B: hue angle of 258º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3F335B is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB635191-
CMYK0.310.4400.64
HSL258º28.17%27.84%-
HSV(B)258º43.96%35.69%-
XYZ5.124.1810.43-
YUV59.15145.98130.75-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 30.73%
GREEN value IS 51 (20.31% from 255) = 24.88%
BLUE value IS 91 (35.94% from 255) = 44.39%
R=30.73%
G=24.88%
B=44.39%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6351910.310.4400.6425828.1727.84
Hex3F335B1F2C0401021c1c
Octal7763133375401004023434
Binary111111110011101101111111101100010000001000000101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F335B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,51,91); }

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

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

 a { background-color: rgb(63,51,91); }

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

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

 span { border-color: rgb(63,51,91); }

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