#3F5879

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

Shades of Chambray #3F5879

Tints of Chambray #3F5879

Color information

#3F5879 (or 0x3F5879) is unknown color: approx Chambray. HEX triplet: 3F, 58 and 79. RGB value is (63,88,121). Sum of RGB (Red+Green+Blue) = 63+88+121=272 (36% of max value = 765). Red value is 63 (25% from 255 or 23.16% from 272); Green value is 88 (34.77% from 255 or 32.35% from 272); Blue value is 121 (47.66% from 255 or 44.49% from 272); Max value from RGB is 121 - color contains mainly: blue. Hex color #3F5879 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5879 is #C0A786. Grayscale: #545454. Windows color (decimal): -12625799 or 7952447. OLE color: 7952447.

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

Color convert

RGB6388121-
CMYK0.480.2700.53
HSL214.14º31.52%36.08%-
HSV(B)214.14º47.93%47.45%-
XYZ8.999.4219.43-
YUV84.29148.72112.82-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.16%
GREEN value IS 88 (34.77% from 255) = 32.35%
BLUE value IS 121 (47.66% from 255) = 44.49%
R=23.16%
G=32.35%
B=44.49%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal63881210.480.2700.53214.1431.5236.08
Hex3F5879301B035d62024
Octal7713017160330653264044
Binary1111111011000111100111000011011011010111010110100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,88,121); }

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

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

 a { background-color: rgb(63,88,121); }

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

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

 span { border-color: rgb(63,88,121); }

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