#3F4A58

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

Shades of Rhino #3F4A58

Tints of Rhino #3F4A58

Color information

#3F4A58 (or 0x3F4A58) is unknown color: approx Rhino. HEX triplet: 3F, 4A and 58. RGB value is (63,74,88). Sum of RGB (Red+Green+Blue) = 63+74+88=225 (29% of max value = 765). Red value is 63 (25% from 255 or 28% from 225); Green value is 74 (29.30% from 255 or 32.89% from 225); Blue value is 88 (34.77% from 255 or 39.11% from 225); Max value from RGB is 88 - color contains mainly: blue. Hex color #3F4A58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4A58 is #C0B5A7. Grayscale: #484848. Windows color (decimal): -12629416 or 5786175. OLE color: 5786175.

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

Color convert

RGB637488-
CMYK0.280.1600.65
HSL213.6º16.56%29.61%-
HSV(B)213.6º28.41%34.51%-
XYZ6.266.6610.19-
YUV72.31136.86121.36-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28%
GREEN value IS 74 (29.30% from 255) = 32.89%
BLUE value IS 88 (34.77% from 255) = 39.11%
R=28%
G=32.89%
B=39.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6374880.280.1600.65213.616.5629.61
Hex3F4A581C10041d6111e
Octal77112130342001013262136
Binary11111110010101011000111001000001000001110101101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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