Html Css Color HEX #3F4959 Rhino

📋 copy color: '#3F4959'

red 63 ◦ green 73 ◦ blue 89

#3F4959
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rhino #3F4959

Tints of Rhino #3F4959

RGB

 RED value IS 63 (25% from 255) = 28%

 GREEN value IS 73 (28.91% from 255) = 32.44%

 BLUE value IS 89 (35.16% from 255) = 39.56%

R = 28%
G = 32.44%
B = 39.56%

CMYK

 C value IS 0.29

 M value IS 0.18

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3F4959 (or 0x3F4959) is known color: Rhino. HEX triplet: 3F, 49 and 59. RGB value is (63,73,89). Sum of RGB (Red+Green+Blue) = 63+73+89=225 (29% of max value = 765). Red value is 63 (25% from 255 or 28% from 225); Green value is 73 (28.91% from 255 or 32.44% from 225); Blue value is 89 (35.16% from 255 or 39.56% from 225); Max value from RGB is 89 - color contains mainly: blue. Hex color #3F4959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4959 is #C0B6A6. Grayscale: #474747. Windows color (decimal): -12629671 or 5851455. OLE color: 5851455.

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

Color convert

RGB 63 73 89 -
CMYK 0.29 0.18 0 0.65
HSL 216.92º 0.17% 0.3% -
HSV(B) 216.92º 0.29% 0.35% -
XYZ 6.24 6.54 10.39 -
YUV 71.83 137.69 121.7 -
System Red Green Blue C M Y K H S L
Decimal 63 73 89 0.29 0.18 0 0.65 216.92 0.17 0.3
Hex 3F 49 59 1D 12 0 41 D9 11 1E
Octal 77 111 131 35 22 0 101 331 21 36
Binary 111111 1001001 1011001 11101 10010 0 1000001 11011001 10001 11110

Color Harmonies of #3F4959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4959

Black with #3F4959

Text Example


Text Example

White with #3F4959

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,73,89); }

 H1.HeaderClassName
 {
   color: #3F4959;
 }
 .AnyTagClassName
 {
   color: #3F4959;
 }
</style>

background-color css

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

 a { background-color: rgb(63,73,89); }

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

border-color css

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

 span { border-color: rgb(63,73,89); }

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