#3F4650

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

Shades of Rhino #3F4650

Tints of Rhino #3F4650

Color information

#3F4650 (or 0x3F4650) is unknown color: approx Rhino. HEX triplet: 3F, 46 and 50. RGB value is (63,70,80). Sum of RGB (Red+Green+Blue) = 63+70+80=213 (28% of max value = 765). Red value is 63 (25% from 255 or 29.58% from 213); Green value is 70 (27.73% from 255 or 32.86% from 213); Blue value is 80 (31.64% from 255 or 37.56% from 213); Max value from RGB is 80 - color contains mainly: blue. Hex color #3F4650 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4650 is #C0B9AF. Grayscale: #454545. Windows color (decimal): -12630448 or 5260863. OLE color: 5260863.

HSL color Cylindrical-coordinate representation of color #3F4650: hue angle of 215.29º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3F4650 is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB637080-
CMYK0.210.1200.69
HSL215.29º11.89%28.04%-
HSV(B)215.29º21.25%31.37%-
XYZ5.696.028.45-
YUV69.05134.18123.69-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.58%
GREEN value IS 70 (27.73% from 255) = 32.86%
BLUE value IS 80 (31.64% from 255) = 37.56%
R=29.58%
G=32.86%
B=37.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6370800.210.1200.69215.2911.8928.04
Hex3F465015C045d7c1c
Octal77106120251401053271434
Binary111111100011010100001010111000100010111010111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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