#3F4853

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

Shades of Rhino #3F4853

Tints of Rhino #3F4853

Color information

#3F4853 (or 0x3F4853) is unknown color: approx Rhino. HEX triplet: 3F, 48 and 53. RGB value is (63,72,83). Sum of RGB (Red+Green+Blue) = 63+72+83=218 (28% of max value = 765). Red value is 63 (25% from 255 or 28.90% from 218); Green value is 72 (28.52% from 255 or 33.03% from 218); Blue value is 83 (32.81% from 255 or 38.07% from 218); Max value from RGB is 83 - color contains mainly: blue. Hex color #3F4853 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4853 is #C0B7AC. Grayscale: #464646. Windows color (decimal): -12629933 or 5457983. OLE color: 5457983.

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

Color convert

RGB637283-
CMYK0.240.1300.67
HSL213º13.7%28.63%-
HSV(B)213º24.1%32.55%-
XYZ5.936.329.09-
YUV70.56135.02122.61-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28.90%
GREEN value IS 72 (28.52% from 255) = 33.03%
BLUE value IS 83 (32.81% from 255) = 38.07%
R=28.90%
G=33.03%
B=38.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6372830.240.1300.6721313.728.63
Hex3F485318D043d5e1d
Octal77110123301501033251635
Binary111111100100010100111100011010100001111010101111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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