#3F345C

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

Shades of Jacarta #3F345C

Tints of Jacarta #3F345C

Color information

#3F345C (or 0x3F345C) is unknown color: approx Jacarta. HEX triplet: 3F, 34 and 5C. RGB value is (63,52,92). Sum of RGB (Red+Green+Blue) = 63+52+92=207 (27% of max value = 765). Red value is 63 (25% from 255 or 30.43% from 207); Green value is 52 (20.70% from 255 or 25.12% from 207); Blue value is 92 (36.33% from 255 or 44.44% from 207); Max value from RGB is 92 - color contains mainly: blue. Hex color #3F345C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F345C is #C0CBA3. Grayscale: #3B3B3B. Windows color (decimal): -12635044 or 6042687. OLE color: 6042687.

HSL color Cylindrical-coordinate representation of color #3F345C: hue angle of 256.5º degrees, saturation: 0.28, 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 #3F345C is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB635292-
CMYK0.320.4300.64
HSL256.5º27.78%28.24%-
HSV(B)256.5º43.48%36.08%-
XYZ5.214.2910.68-
YUV59.85146.14130.25-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 30.43%
GREEN value IS 52 (20.70% from 255) = 25.12%
BLUE value IS 92 (36.33% from 255) = 44.44%
R=30.43%
G=25.12%
B=44.44%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6352920.320.4300.64256.527.7828.24
Hex3F345C202B0401001c1c
Octal7764134405301004003434
Binary1111111101001011100100000101011010000001000000001110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F345C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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