#3F325B

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

Shades of Jacarta #3F325B

Tints of Jacarta #3F325B

Color information

#3F325B (or 0x3F325B) is unknown color: approx Jacarta. HEX triplet: 3F, 32 and 5B. RGB value is (63,50,91). Sum of RGB (Red+Green+Blue) = 63+50+91=204 (27% of max value = 765). Red value is 63 (25% from 255 or 30.88% from 204); Green value is 50 (19.92% from 255 or 24.51% from 204); Blue value is 91 (35.94% from 255 or 44.61% from 204); Max value from RGB is 91 - color contains mainly: blue. Hex color #3F325B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F325B is #C0CDA4. Grayscale: #3A3A3A. Windows color (decimal): -12635557 or 5976639. OLE color: 5976639.

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

Color convert

RGB635091-
CMYK0.310.4500.64
HSL259.02º29.08%27.65%-
HSV(B)259.02º45.05%35.69%-
XYZ5.084.0910.42-
YUV58.56146.31131.17-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 30.88%
GREEN value IS 50 (19.92% from 255) = 24.51%
BLUE value IS 91 (35.94% from 255) = 44.61%
R=30.88%
G=24.51%
B=44.61%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6350910.310.4500.64259.0229.0827.65
Hex3F325B1F2D0401031d1c
Octal7762133375501004033534
Binary111111110010101101111111101101010000001000000111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F325B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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