Html Css Color HEX #3F4650 Rhino

📋 copy color: '#3F4650'

red 63 ◦ green 70 ◦ blue 80

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

Shades of Rhino #3F4650

Tints of Rhino #3F4650

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.86%

 BLUE value IS 80 (31.64% from 255) = 37.56%

R = 29.58%
G = 32.86%
B = 37.56%

CMYK

 C value IS 0.21

 M value IS 0.12

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3F4650 (or 0x3F4650) is known color: Rhino. HEX triplet: 3F, 46 and 50. RGB value is (63,70,80). Sum of RGB (Red+Green+Blue) = 63+70+80=213 (28% of max value = 765). Red value is 63 (25% from 255 or 29.58% from 213); Green value is 70 (27.73% from 255 or 32.86% from 213); Blue value is 80 (31.64% from 255 or 37.56% from 213); Max value from RGB is 80 - color contains mainly: blue. Hex color #3F4650 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4650 is #C0B9AF. Grayscale: #454545. Windows color (decimal): -12630448 or 5260863. OLE color: 5260863.

HSL color Cylindrical-coordinate representation of color #3F4650: hue angle of 215.29º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3F4650 is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 63 70 80 -
CMYK 0.21 0.12 0 0.69
HSL 215.29º 0.12% 0.28% -
HSV(B) 215.29º 0.21% 0.31% -
XYZ 5.69 6.02 8.45 -
YUV 69.05 134.18 123.69 -
System Red Green Blue C M Y K H S L
Decimal 63 70 80 0.21 0.12 0 0.69 215.29 0.12 0.28
Hex 3F 46 50 15 C 0 45 D7 C 1C
Octal 77 106 120 25 14 0 105 327 14 34
Binary 111111 1000110 1010000 10101 1100 0 1000101 11010111 1100 11100

Color Harmonies of #3F4650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4650

Black with #3F4650

Text Example


Text Example

White with #3F4650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,70,80); }

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

background-color css

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

 a { background-color: rgb(63,70,80); }

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

border-color css

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

 span { border-color: rgb(63,70,80); }

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