#3F385C

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

Shades of Jacarta #3F385C

Tints of Jacarta #3F385C

Color information

#3F385C (or 0x3F385C) is unknown color: approx Jacarta. HEX triplet: 3F, 38 and 5C. RGB value is (63,56,92). Sum of RGB (Red+Green+Blue) = 63+56+92=211 (27% of max value = 765). Red value is 63 (25% from 255 or 29.86% from 211); Green value is 56 (22.27% from 255 or 26.54% from 211); Blue value is 92 (36.33% from 255 or 43.60% from 211); Max value from RGB is 92 - color contains mainly: blue. Hex color #3F385C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F385C is #C0C7A3. Grayscale: #3E3E3E. Windows color (decimal): -12634020 or 6043711. OLE color: 6043711.

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

Color convert

RGB635692-
CMYK0.320.3900.64
HSL251.67º24.32%29.02%-
HSV(B)251.67º39.13%36.08%-
XYZ5.44.6610.74-
YUV62.2144.82128.57-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.86%
GREEN value IS 56 (22.27% from 255) = 26.54%
BLUE value IS 92 (36.33% from 255) = 43.60%
R=29.86%
G=26.54%
B=43.60%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6356920.320.3900.64251.6724.3229.02
Hex3F385C2027040fc181d
Octal7770134404701003743035
Binary111111111000101110010000010011101000000111111001100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F385C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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