Html Css Color HEX #3F4752 Rhino

📋 copy color: '#3F4752'

red 63 ◦ green 71 ◦ blue 82

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

Shades of Rhino #3F4752

Tints of Rhino #3F4752

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.87%

 BLUE value IS 82 (32.42% from 255) = 37.96%

R = 29.17%
G = 32.87%
B = 37.96%

CMYK

 C value IS 0.23

 M value IS 0.13

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#3F4752 (or 0x3F4752) is known color: Rhino. HEX triplet: 3F, 47 and 52. RGB value is (63,71,82). Sum of RGB (Red+Green+Blue) = 63+71+82=216 (28% of max value = 765). Red value is 63 (25% from 255 or 29.17% from 216); Green value is 71 (28.12% from 255 or 32.87% from 216); Blue value is 82 (32.42% from 255 or 37.96% from 216); Max value from RGB is 82 - color contains mainly: blue. Hex color #3F4752 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4752 is #C0B8AD. Grayscale: #454545. Windows color (decimal): -12630190 or 5392191. OLE color: 5392191.

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

Color convert

RGB 63 71 82 -
CMYK 0.23 0.13 0 0.68
HSL 214.74º 0.13% 0.28% -
HSV(B) 214.74º 0.23% 0.32% -
XYZ 5.83 6.17 8.87 -
YUV 69.86 134.85 123.11 -
System Red Green Blue C M Y K H S L
Decimal 63 71 82 0.23 0.13 0 0.68 214.74 0.13 0.28
Hex 3F 47 52 17 D 0 44 D7 D 1C
Octal 77 107 122 27 15 0 104 327 15 34
Binary 111111 1000111 1010010 10111 1101 0 1000100 11010111 1101 11100

Color Harmonies of #3F4752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4752

Black with #3F4752

Text Example


Text Example

White with #3F4752

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,71,82); }

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

background-color css

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

 a { background-color: rgb(63,71,82); }

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

border-color css

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

 span { border-color: rgb(63,71,82); }

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