Html Css Color HEX #3F495B Rhino

📋 copy color: '#3F495B'

red 63 ◦ green 73 ◦ blue 91

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

Shades of Rhino #3F495B

Tints of Rhino #3F495B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 40.09%

R = 27.75%
G = 32.16%
B = 40.09%

CMYK

 C value IS 0.31

 M value IS 0.20

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3F495B (or 0x3F495B) is known color: Rhino. HEX triplet: 3F, 49 and 5B. RGB value is (63,73,91). Sum of RGB (Red+Green+Blue) = 63+73+91=227 (30% of max value = 765). Red value is 63 (25% from 255 or 27.75% from 227); Green value is 73 (28.91% from 255 or 32.16% from 227); Blue value is 91 (35.94% from 255 or 40.09% from 227); Max value from RGB is 91 - color contains mainly: blue. Hex color #3F495B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F495B is #C0B6A4. Grayscale: #474747. Windows color (decimal): -12629669 or 5982527. OLE color: 5982527.

HSL color Cylindrical-coordinate representation of color #3F495B: hue angle of 218.57º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3F495B is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 63 73 91 -
CMYK 0.31 0.20 0 0.64
HSL 218.57º 0.18% 0.3% -
HSV(B) 218.57º 0.31% 0.36% -
XYZ 6.32 6.58 10.83 -
YUV 72.06 138.69 121.54 -
System Red Green Blue C M Y K H S L
Decimal 63 73 91 0.31 0.20 0 0.64 218.57 0.18 0.3
Hex 3F 49 5B 1F 14 0 40 DB 12 1E
Octal 77 111 133 37 24 0 100 333 22 36
Binary 111111 1001001 1011011 11111 10100 0 1000000 11011011 10010 11110

Color Harmonies of #3F495B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F495B

Black with #3F495B

Text Example


Text Example

White with #3F495B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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