#3F345B

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

Shades of Jacarta #3F345B

Tints of Jacarta #3F345B

Color information

#3F345B (or 0x3F345B) is unknown color: approx Jacarta. HEX triplet: 3F, 34 and 5B. RGB value is (63,52,91). Sum of RGB (Red+Green+Blue) = 63+52+91=206 (27% of max value = 765). Red value is 63 (25% from 255 or 30.58% from 206); Green value is 52 (20.70% from 255 or 25.24% from 206); Blue value is 91 (35.94% from 255 or 44.17% from 206); Max value from RGB is 91 - color contains mainly: blue. Hex color #3F345B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F345B is #C0CBA4. Grayscale: #3B3B3B. Windows color (decimal): -12635045 or 5977151. OLE color: 5977151.

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

Color convert

RGB635291-
CMYK0.310.4300.64
HSL256.92º27.27%28.04%-
HSV(B)256.92º42.86%35.69%-
XYZ5.174.2710.45-
YUV59.74145.64130.33-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 30.58%
GREEN value IS 52 (20.70% from 255) = 25.24%
BLUE value IS 91 (35.94% from 255) = 44.17%
R=30.58%
G=25.24%
B=44.17%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6352910.310.4300.64256.9227.2728.04
Hex3F345B1F2B0401011b1c
Octal7764133375301004013334
Binary111111110100101101111111101011010000001000000011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F345B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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