Html Css Color HEX #3F4852 Rhino

📋 copy color: '#3F4852'

red 63 ◦ green 72 ◦ blue 82

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

Shades of Rhino #3F4852

Tints of Rhino #3F4852

RGB

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

 GREEN value IS 72 (28.52% from 255) = 33.18%

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

R = 29.03%
G = 33.18%
B = 37.79%

CMYK

 C value IS 0.23

 M value IS 0.12

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#3F4852 (or 0x3F4852) is known color: Rhino. HEX triplet: 3F, 48 and 52. RGB value is (63,72,82). Sum of RGB (Red+Green+Blue) = 63+72+82=217 (28% of max value = 765). Red value is 63 (25% from 255 or 29.03% from 217); Green value is 72 (28.52% from 255 or 33.18% from 217); Blue value is 82 (32.42% from 255 or 37.79% from 217); Max value from RGB is 82 - color contains mainly: blue. Hex color #3F4852 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4852 is #C0B7AD. Grayscale: #464646. Windows color (decimal): -12629934 or 5392447. OLE color: 5392447.

HSL color Cylindrical-coordinate representation of color #3F4852: hue angle of 211.58º 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 #3F4852 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 63 72 82 -
CMYK 0.23 0.12 0 0.68
HSL 211.58º 0.13% 0.28% -
HSV(B) 211.58º 0.23% 0.32% -
XYZ 5.89 6.3 8.89 -
YUV 70.45 134.52 122.69 -
System Red Green Blue C M Y K H S L
Decimal 63 72 82 0.23 0.12 0 0.68 211.58 0.13 0.28
Hex 3F 48 52 17 C 0 44 D4 D 1C
Octal 77 110 122 27 14 0 104 324 15 34
Binary 111111 1001000 1010010 10111 1100 0 1000100 11010100 1101 11100

Color Harmonies of #3F4852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4852

Black with #3F4852

Text Example


Text Example

White with #3F4852

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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