Html Css Color HEX #3F4B58 Rhino

📋 copy color: '#3F4B58'

red 63 ◦ green 75 ◦ blue 88

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

Shades of Rhino #3F4B58

Tints of Rhino #3F4B58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 38.94%

R = 27.88%
G = 33.19%
B = 38.94%

CMYK

 C value IS 0.28

 M value IS 0.15

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3F4B58 (or 0x3F4B58) is known color: Rhino. HEX triplet: 3F, 4B and 58. RGB value is (63,75,88). Sum of RGB (Red+Green+Blue) = 63+75+88=226 (29% of max value = 765). Red value is 63 (25% from 255 or 27.88% from 226); Green value is 75 (29.69% from 255 or 33.19% from 226); Blue value is 88 (34.77% from 255 or 38.94% from 226); Max value from RGB is 88 - color contains mainly: blue. Hex color #3F4B58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4B58 is #C0B4A7. Grayscale: #484848. Windows color (decimal): -12629160 or 5786431. OLE color: 5786431.

HSL color Cylindrical-coordinate representation of color #3F4B58: hue angle of 211.2º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3F4B58 is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 63 75 88 -
CMYK 0.28 0.15 0 0.65
HSL 211.2º 0.17% 0.3% -
HSV(B) 211.2º 0.28% 0.35% -
XYZ 6.33 6.79 10.21 -
YUV 72.89 136.52 120.94 -
System Red Green Blue C M Y K H S L
Decimal 63 75 88 0.28 0.15 0 0.65 211.2 0.17 0.3
Hex 3F 4B 58 1C F 0 41 D3 11 1E
Octal 77 113 130 34 17 0 101 323 21 36
Binary 111111 1001011 1011000 11100 1111 0 1000001 11010011 10001 11110

Color Harmonies of #3F4B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4B58

Black with #3F4B58

Text Example


Text Example

White with #3F4B58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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