#3F3561

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

Shades of Jacarta #3F3561

Tints of Jacarta #3F3561

Color information

#3F3561 (or 0x3F3561) is unknown color: approx Jacarta. HEX triplet: 3F, 35 and 61. RGB value is (63,53,97). Sum of RGB (Red+Green+Blue) = 63+53+97=213 (28% of max value = 765). Red value is 63 (25% from 255 or 29.58% from 213); Green value is 53 (21.09% from 255 or 24.88% from 213); Blue value is 97 (38.28% from 255 or 45.54% from 213); Max value from RGB is 97 - color contains mainly: blue. Hex color #3F3561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3561 is #C0CA9E. Grayscale: #3C3C3C. Windows color (decimal): -12634783 or 6370623. OLE color: 6370623.

HSL color Cylindrical-coordinate representation of color #3F3561: hue angle of 253.64º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3F3561 is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB635397-
CMYK0.350.4500.62
HSL253.64º29.33%29.41%-
HSV(B)253.64º45.36%38.04%-
XYZ5.484.4711.88-
YUV61.01148.31129.42-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.58%
GREEN value IS 53 (21.09% from 255) = 24.88%
BLUE value IS 97 (38.28% from 255) = 45.54%
R=29.58%
G=24.88%
B=45.54%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6353970.350.4500.62253.6429.3329.41
Hex3F3561232D03Efe1d1d
Octal776514143550763763535
Binary11111111010111000011000111011010111110111111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,53,97); }

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

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

 a { background-color: rgb(63,53,97); }

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

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

 span { border-color: rgb(63,53,97); }

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