#3F5778

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

Shades of Chambray #3F5778

Tints of Chambray #3F5778

Color information

#3F5778 (or 0x3F5778) is unknown color: approx Chambray. HEX triplet: 3F, 57 and 78. RGB value is (63,87,120). Sum of RGB (Red+Green+Blue) = 63+87+120=270 (35% of max value = 765). Red value is 63 (25% from 255 or 23.33% from 270); Green value is 87 (34.38% from 255 or 32.22% from 270); Blue value is 120 (47.27% from 255 or 44.44% from 270); Max value from RGB is 120 - color contains mainly: blue. Hex color #3F5778 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5778 is #C0A887. Grayscale: #535353. Windows color (decimal): -12626056 or 7886655. OLE color: 7886655.

HSL color Cylindrical-coordinate representation of color #3F5778: hue angle of 214.74º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3F5778 is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6387120-
CMYK0.480.2800.53
HSL214.74º31.15%35.88%-
HSV(B)214.74º47.5%47.06%-
XYZ8.859.2319.08-
YUV83.59148.55113.32-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.33%
GREEN value IS 87 (34.38% from 255) = 32.22%
BLUE value IS 120 (47.27% from 255) = 44.44%
R=23.33%
G=32.22%
B=44.44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal63871200.480.2800.53214.7431.1535.88
Hex3F5778301C035d71f24
Octal7712717060340653273744
Binary111111101011111110001100001110001101011101011111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,87,120); }

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

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

 a { background-color: rgb(63,87,120); }

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

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

 span { border-color: rgb(63,87,120); }

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