Html Css Color HEX #3F4651 Rhino

📋 copy color: '#3F4651'

red 63 ◦ green 70 ◦ blue 81

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

Shades of Rhino #3F4651

Tints of Rhino #3F4651

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 37.85%

R = 29.44%
G = 32.71%
B = 37.85%

CMYK

 C value IS 0.22

 M value IS 0.14

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#3F4651 (or 0x3F4651) is known color: Rhino. HEX triplet: 3F, 46 and 51. RGB value is (63,70,81). Sum of RGB (Red+Green+Blue) = 63+70+81=214 (28% of max value = 765). Red value is 63 (25% from 255 or 29.44% from 214); Green value is 70 (27.73% from 255 or 32.71% from 214); Blue value is 81 (32.03% from 255 or 37.85% from 214); Max value from RGB is 81 - color contains mainly: blue. Hex color #3F4651 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4651 is #C0B9AE. Grayscale: #454545. Windows color (decimal): -12630447 or 5326399. OLE color: 5326399.

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

Color convert

RGB 63 70 81 -
CMYK 0.22 0.14 0 0.68
HSL 216.67º 0.13% 0.28% -
HSV(B) 216.67º 0.22% 0.32% -
XYZ 5.73 6.03 8.65 -
YUV 69.16 134.68 123.61 -
System Red Green Blue C M Y K H S L
Decimal 63 70 81 0.22 0.14 0 0.68 216.67 0.13 0.28
Hex 3F 46 51 16 E 0 44 D9 C 1C
Octal 77 106 121 26 16 0 104 331 14 34
Binary 111111 1000110 1010001 10110 1110 0 1000100 11011001 1100 11100

Color Harmonies of #3F4651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4651

Black with #3F4651

Text Example


Text Example

White with #3F4651

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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