#3F3261

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

Shades of Jacarta #3F3261

Tints of Jacarta #3F3261

Color information

#3F3261 (or 0x3F3261) is unknown color: approx Jacarta. HEX triplet: 3F, 32 and 61. RGB value is (63,50,97). Sum of RGB (Red+Green+Blue) = 63+50+97=210 (27% of max value = 765). Red value is 63 (25% from 255 or 30% from 210); Green value is 50 (19.92% from 255 or 23.81% from 210); Blue value is 97 (38.28% from 255 or 46.19% from 210); Max value from RGB is 97 - color contains mainly: blue. Hex color #3F3261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3261 is #C0CD9E. Grayscale: #3B3B3B. Windows color (decimal): -12635551 or 6369855. OLE color: 6369855.

HSL color Cylindrical-coordinate representation of color #3F3261: hue angle of 256.6º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3F3261 is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB635097-
CMYK0.350.4800.62
HSL256.6º31.97%28.82%-
HSV(B)256.6º48.45%38.04%-
XYZ5.354.211.84-
YUV59.24149.31130.68-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 30%
GREEN value IS 50 (19.92% from 255) = 23.81%
BLUE value IS 97 (38.28% from 255) = 46.19%
R=30%
G=23.81%
B=46.19%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6350970.350.4800.62256.631.9728.82
Hex3F3261233003E101201d
Octal776214143600764014035
Binary1111111100101100001100011110000011111010000000110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,50,97); }

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

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

 a { background-color: rgb(63,50,97); }

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

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

 span { border-color: rgb(63,50,97); }

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