#3F4A57

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

Shades of Rhino #3F4A57

Tints of Rhino #3F4A57

Color information

#3F4A57 (or 0x3F4A57) is unknown color: approx Rhino. HEX triplet: 3F, 4A and 57. RGB value is (63,74,87). Sum of RGB (Red+Green+Blue) = 63+74+87=224 (29% of max value = 765). Red value is 63 (25% from 255 or 28.12% from 224); Green value is 74 (29.30% from 255 or 33.04% from 224); Blue value is 87 (34.38% from 255 or 38.84% from 224); Max value from RGB is 87 - color contains mainly: blue. Hex color #3F4A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4A57 is #C0B5A8. Grayscale: #484848. Windows color (decimal): -12629417 or 5720639. OLE color: 5720639.

HSL color Cylindrical-coordinate representation of color #3F4A57: hue angle of 212.5º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3F4A57 is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB637487-
CMYK0.280.1500.66
HSL212.5º16%29.41%-
HSV(B)212.5º27.59%34.12%-
XYZ6.226.649.97-
YUV72.19136.36121.44-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28.12%
GREEN value IS 74 (29.30% from 255) = 33.04%
BLUE value IS 87 (34.38% from 255) = 38.84%
R=28.12%
G=33.04%
B=38.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6374870.280.1500.66212.51629.41
Hex3F4A571CF042d4101d
Octal77112127341701023242035
Binary1111111001010101011111100111101000010110101001000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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