Html Css Color HEX #3F4954 Rhino

📋 copy color: '#3F4954'

red 63 ◦ green 73 ◦ blue 84

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

Shades of Rhino #3F4954

Tints of Rhino #3F4954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 38.18%

R = 28.64%
G = 33.18%
B = 38.18%

CMYK

 C value IS 0.25

 M value IS 0.13

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3F4954 (or 0x3F4954) is known color: Rhino. HEX triplet: 3F, 49 and 54. RGB value is (63,73,84). Sum of RGB (Red+Green+Blue) = 63+73+84=220 (29% of max value = 765). Red value is 63 (25% from 255 or 28.64% from 220); Green value is 73 (28.91% from 255 or 33.18% from 220); Blue value is 84 (33.20% from 255 or 38.18% from 220); Max value from RGB is 84 - color contains mainly: blue. Hex color #3F4954 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4954 is #C0B6AB. Grayscale: #474747. Windows color (decimal): -12629676 or 5523775. OLE color: 5523775.

HSL color Cylindrical-coordinate representation of color #3F4954: hue angle of 211.43º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3F4954 is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 63 73 84 -
CMYK 0.25 0.13 0 0.67
HSL 211.43º 0.14% 0.29% -
HSV(B) 211.43º 0.25% 0.33% -
XYZ 6.03 6.46 9.32 -
YUV 71.26 135.19 122.11 -
System Red Green Blue C M Y K H S L
Decimal 63 73 84 0.25 0.13 0 0.67 211.43 0.14 0.29
Hex 3F 49 54 19 D 0 43 D3 E 1D
Octal 77 111 124 31 15 0 103 323 16 35
Binary 111111 1001001 1010100 11001 1101 0 1000011 11010011 1110 11101

Color Harmonies of #3F4954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4954

Black with #3F4954

Text Example


Text Example

White with #3F4954

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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