Html Css Color HEX #3F4B59 Rhino

📋 copy color: '#3F4B59'

red 63 ◦ green 75 ◦ blue 89

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

Shades of Rhino #3F4B59

Tints of Rhino #3F4B59

RGB

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

 GREEN value IS 75 (29.69% from 255) = 33.04%

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

R = 27.75%
G = 33.04%
B = 39.21%

CMYK

 C value IS 0.29

 M value IS 0.16

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3F4B59 (or 0x3F4B59) is known color: Rhino. HEX triplet: 3F, 4B and 59. RGB value is (63,75,89). Sum of RGB (Red+Green+Blue) = 63+75+89=227 (30% of max value = 765). Red value is 63 (25% from 255 or 27.75% from 227); Green value is 75 (29.69% from 255 or 33.04% from 227); Blue value is 89 (35.16% from 255 or 39.21% from 227); Max value from RGB is 89 - color contains mainly: blue. Hex color #3F4B59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4B59 is #C0B4A6. Grayscale: #484848. Windows color (decimal): -12629159 or 5851967. OLE color: 5851967.

HSL color Cylindrical-coordinate representation of color #3F4B59: hue angle of 212.31º 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 #3F4B59 is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 63 75 89 -
CMYK 0.29 0.16 0 0.65
HSL 212.31º 0.17% 0.3% -
HSV(B) 212.31º 0.29% 0.35% -
XYZ 6.37 6.81 10.43 -
YUV 73.01 137.02 120.86 -
System Red Green Blue C M Y K H S L
Decimal 63 75 89 0.29 0.16 0 0.65 212.31 0.17 0.3
Hex 3F 4B 59 1D 10 0 41 D4 11 1E
Octal 77 113 131 35 20 0 101 324 21 36
Binary 111111 1001011 1011001 11101 10000 0 1000001 11010100 10001 11110

Color Harmonies of #3F4B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4B59

Black with #3F4B59

Text Example


Text Example

White with #3F4B59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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