#3F4752

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

Shades of Rhino #3F4752

Tints of Rhino #3F4752

Color information

#3F4752 (or 0x3F4752) is unknown color: approx Rhino. HEX triplet: 3F, 47 and 52. RGB value is (63,71,82). Sum of RGB (Red+Green+Blue) = 63+71+82=216 (28% of max value = 765). Red value is 63 (25% from 255 or 29.17% from 216); Green value is 71 (28.12% from 255 or 32.87% from 216); Blue value is 82 (32.42% from 255 or 37.96% from 216); Max value from RGB is 82 - color contains mainly: blue. Hex color #3F4752 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4752 is #C0B8AD. Grayscale: #454545. Windows color (decimal): -12630190 or 5392191. OLE color: 5392191.

HSL color Cylindrical-coordinate representation of color #3F4752: hue angle of 214.74º 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 #3F4752 is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB637182-
CMYK0.230.1300.68
HSL214.74º13.1%28.43%-
HSV(B)214.74º23.17%32.16%-
XYZ5.836.178.87-
YUV69.86134.85123.11-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.17%
GREEN value IS 71 (28.12% from 255) = 32.87%
BLUE value IS 82 (32.42% from 255) = 37.96%
R=29.17%
G=32.87%
B=37.96%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6371820.230.1300.68214.7413.128.43
Hex3F475217D044d7d1c
Octal77107122271501043271534
Binary111111100011110100101011111010100010011010111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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