#3F5062

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

Shades of Cello #3F5062

Tints of Cello #3F5062

Color information

#3F5062 (or 0x3F5062) is unknown color: approx Cello. HEX triplet: 3F, 50 and 62. RGB value is (63,80,98). Sum of RGB (Red+Green+Blue) = 63+80+98=241 (31% of max value = 765). Red value is 63 (25% from 255 or 26.14% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 98 (38.67% from 255 or 40.66% from 241); Max value from RGB is 98 - color contains mainly: blue. Hex color #3F5062 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5062 is #C0AF9D. Grayscale: #4C4C4C. Windows color (decimal): -12627870 or 6443071. OLE color: 6443071.

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

Color convert

RGB638098-
CMYK0.360.1800.62
HSL210.86º21.74%31.57%-
HSV(B)210.86º35.71%38.43%-
XYZ7.127.6812.66-
YUV76.97139.87118.04-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.14%
GREEN value IS 80 (31.64% from 255) = 33.20%
BLUE value IS 98 (38.67% from 255) = 40.66%
R=26.14%
G=33.20%
B=40.66%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6380980.360.1800.62210.8621.7431.57
Hex3F5062241203Ed31620
Octal7712014244220763232640
Binary111111101000011000101001001001001111101101001110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,80,98); }

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

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

 a { background-color: rgb(63,80,98); }

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

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

 span { border-color: rgb(63,80,98); }

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