#3F4A59

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

Shades of Rhino #3F4A59

Tints of Rhino #3F4A59

Color information

#3F4A59 (or 0x3F4A59) is unknown color: approx Rhino. HEX triplet: 3F, 4A and 59. RGB value is (63,74,89). Sum of RGB (Red+Green+Blue) = 63+74+89=226 (29% of max value = 765). Red value is 63 (25% from 255 or 27.88% from 226); Green value is 74 (29.30% from 255 or 32.74% from 226); Blue value is 89 (35.16% from 255 or 39.38% from 226); Max value from RGB is 89 - color contains mainly: blue. Hex color #3F4A59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4A59 is #C0B5A6. Grayscale: #484848. Windows color (decimal): -12629415 or 5851711. OLE color: 5851711.

HSL color Cylindrical-coordinate representation of color #3F4A59: hue angle of 214.62º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3F4A59 is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB637489-
CMYK0.290.1700.65
HSL214.62º17.11%29.8%-
HSV(B)214.62º29.21%34.9%-
XYZ6.36.6810.41-
YUV72.42137.36121.28-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.88%
GREEN value IS 74 (29.30% from 255) = 32.74%
BLUE value IS 89 (35.16% from 255) = 39.38%
R=27.88%
G=32.74%
B=39.38%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6374890.290.1700.65214.6217.1129.8
Hex3F4A591D11041d7111e
Octal77112131352101013272136
Binary11111110010101011001111011000101000001110101111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,74,89); }

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

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

 a { background-color: rgb(63,74,89); }

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

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

 span { border-color: rgb(63,74,89); }

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