#3F4852

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

Shades of Rhino #3F4852

Tints of Rhino #3F4852

Color information

#3F4852 (or 0x3F4852) is unknown color: approx Rhino. HEX triplet: 3F, 48 and 52. RGB value is (63,72,82). Sum of RGB (Red+Green+Blue) = 63+72+82=217 (28% of max value = 765). Red value is 63 (25% from 255 or 29.03% from 217); Green value is 72 (28.52% from 255 or 33.18% from 217); Blue value is 82 (32.42% from 255 or 37.79% from 217); Max value from RGB is 82 - color contains mainly: blue. Hex color #3F4852 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4852 is #C0B7AD. Grayscale: #464646. Windows color (decimal): -12629934 or 5392447. OLE color: 5392447.

HSL color Cylindrical-coordinate representation of color #3F4852: hue angle of 211.58º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3F4852 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB637282-
CMYK0.230.1200.68
HSL211.58º13.1%28.43%-
HSV(B)211.58º23.17%32.16%-
XYZ5.896.38.89-
YUV70.45134.52122.69-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.03%
GREEN value IS 72 (28.52% from 255) = 33.18%
BLUE value IS 82 (32.42% from 255) = 37.79%
R=29.03%
G=33.18%
B=37.79%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6372820.230.1200.68211.5813.128.43
Hex3F485217C044d4d1c
Octal77110122271401043241534
Binary111111100100010100101011111000100010011010100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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