#3F3454

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

Shades of Jacarta #3F3454

Tints of Jacarta #3F3454

Color information

#3F3454 (or 0x3F3454) is unknown color: approx Jacarta. HEX triplet: 3F, 34 and 54. RGB value is (63,52,84). Sum of RGB (Red+Green+Blue) = 63+52+84=199 (26% of max value = 765). Red value is 63 (25% from 255 or 31.66% from 199); Green value is 52 (20.70% from 255 or 26.13% from 199); Blue value is 84 (33.20% from 255 or 42.21% from 199); Max value from RGB is 84 - color contains mainly: blue. Hex color #3F3454 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3454 is #C0CBAB. Grayscale: #3A3A3A. Windows color (decimal): -12635052 or 5518399. OLE color: 5518399.

HSL color Cylindrical-coordinate representation of color #3F3454: hue angle of 260.62º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3F3454 is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB635284-
CMYK0.250.3800.67
HSL260.62º23.53%26.67%-
HSV(B)260.62º38.1%32.94%-
XYZ4.884.158.93-
YUV58.94142.14130.9-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 31.66%
GREEN value IS 52 (20.70% from 255) = 26.13%
BLUE value IS 84 (33.20% from 255) = 42.21%
R=31.66%
G=26.13%
B=42.21%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6352840.250.3800.67260.6223.5326.67
Hex3F34541926043105181b
Octal7764124314601034053033
Binary111111110100101010011001100110010000111000001011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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