#3F4F65

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

Shades of Cello #3F4F65

Tints of Cello #3F4F65

Color information

#3F4F65 (or 0x3F4F65) is unknown color: approx Cello. HEX triplet: 3F, 4F and 65. RGB value is (63,79,101). Sum of RGB (Red+Green+Blue) = 63+79+101=243 (32% of max value = 765). Red value is 63 (25% from 255 or 25.93% from 243); Green value is 79 (31.25% from 255 or 32.51% from 243); Blue value is 101 (39.84% from 255 or 41.56% from 243); Max value from RGB is 101 - color contains mainly: blue. Hex color #3F4F65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F4F65 is #C0B09A. Grayscale: #4C4C4C. Windows color (decimal): -12628123 or 6639423. OLE color: 6639423.

HSL color Cylindrical-coordinate representation of color #3F4F65: hue angle of 214.74º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3F4F65 is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6379101-
CMYK0.380.2200.60
HSL214.74º23.17%32.16%-
HSV(B)214.74º37.62%39.61%-
XYZ7.197.5913.4-
YUV76.72141.7118.21-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.93%
GREEN value IS 79 (31.25% from 255) = 32.51%
BLUE value IS 101 (39.84% from 255) = 41.56%
R=25.93%
G=32.51%
B=41.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal63791010.380.2200.60214.7423.1732.16
Hex3F4F65261603Cd71720
Octal7711714546260743272740
Binary111111100111111001011001101011001111001101011110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,79,101); }

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

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

 a { background-color: rgb(63,79,101); }

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

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

 span { border-color: rgb(63,79,101); }

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