#3F4855

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

Shades of Rhino #3F4855

Tints of Rhino #3F4855

Color information

#3F4855 (or 0x3F4855) is unknown color: approx Rhino. HEX triplet: 3F, 48 and 55. RGB value is (63,72,85). Sum of RGB (Red+Green+Blue) = 63+72+85=220 (29% of max value = 765). Red value is 63 (25% from 255 or 28.64% from 220); Green value is 72 (28.52% from 255 or 32.73% from 220); Blue value is 85 (33.59% from 255 or 38.64% from 220); Max value from RGB is 85 - color contains mainly: blue. Hex color #3F4855 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4855 is #C0B7AA. Grayscale: #464646. Windows color (decimal): -12629931 or 5589055. OLE color: 5589055.

HSL color Cylindrical-coordinate representation of color #3F4855: hue angle of 215.45º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3F4855 is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB637285-
CMYK0.260.1500.67
HSL215.45º14.86%29.02%-
HSV(B)215.45º25.88%33.33%-
XYZ6.016.359.5-
YUV70.79136.02122.44-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28.64%
GREEN value IS 72 (28.52% from 255) = 32.73%
BLUE value IS 85 (33.59% from 255) = 38.64%
R=28.64%
G=32.73%
B=38.64%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6372850.260.1500.67215.4514.8629.02
Hex3F48551AF043d7f1d
Octal77110125321701033271735
Binary111111100100010101011101011110100001111010111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,72,85); }

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

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

 a { background-color: rgb(63,72,85); }

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

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

 span { border-color: rgb(63,72,85); }

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