#3F5573

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

Shades of Chambray #3F5573

Tints of Chambray #3F5573

Color information

#3F5573 (or 0x3F5573) is unknown color: approx Chambray. HEX triplet: 3F, 55 and 73. RGB value is (63,85,115). Sum of RGB (Red+Green+Blue) = 63+85+115=263 (34% of max value = 765). Red value is 63 (25% from 255 or 23.95% from 263); Green value is 85 (33.59% from 255 or 32.32% from 263); Blue value is 115 (45.31% from 255 or 43.73% from 263); Max value from RGB is 115 - color contains mainly: blue. Hex color #3F5573 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5573 is #C0AA8C. Grayscale: #515151. Windows color (decimal): -12626573 or 7558463. OLE color: 7558463.

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

Color convert

RGB6385115-
CMYK0.450.2600.55
HSL214.62º29.21%34.9%-
HSV(B)214.62º45.22%45.1%-
XYZ8.398.7917.47-
YUV81.84146.71114.56-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.95%
GREEN value IS 85 (33.59% from 255) = 32.32%
BLUE value IS 115 (45.31% from 255) = 43.73%
R=23.95%
G=32.32%
B=43.73%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal63851150.450.2600.55214.6229.2134.9
Hex3F55732D1A037d71d23
Octal7712516355320673273543
Binary111111101010111100111011011101001101111101011111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,85,115); }

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

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

 a { background-color: rgb(63,85,115); }

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

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

 span { border-color: rgb(63,85,115); }

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