#3F4B59

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

Shades of Rhino #3F4B59

Tints of Rhino #3F4B59

Color information

#3F4B59 (or 0x3F4B59) is unknown color: approx Rhino. HEX triplet: 3F, 4B and 59. RGB value is (63,75,89). Sum of RGB (Red+Green+Blue) = 63+75+89=227 (30% of max value = 765). Red value is 63 (25% from 255 or 27.75% from 227); Green value is 75 (29.69% from 255 or 33.04% from 227); Blue value is 89 (35.16% from 255 or 39.21% from 227); Max value from RGB is 89 - color contains mainly: blue. Hex color #3F4B59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4B59 is #C0B4A6. Grayscale: #484848. Windows color (decimal): -12629159 or 5851967. OLE color: 5851967.

HSL color Cylindrical-coordinate representation of color #3F4B59: hue angle of 212.31º 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 #3F4B59 is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB637589-
CMYK0.290.1600.65
HSL212.31º17.11%29.8%-
HSV(B)212.31º29.21%34.9%-
XYZ6.376.8110.43-
YUV73.01137.02120.86-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.75%
GREEN value IS 75 (29.69% from 255) = 33.04%
BLUE value IS 89 (35.16% from 255) = 39.21%
R=27.75%
G=33.04%
B=39.21%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6375890.290.1600.65212.3117.1129.8
Hex3F4B591D10041d4111e
Octal77113131352001013242136
Binary11111110010111011001111011000001000001110101001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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