Html Css Color HEX #3F4855 Rhino

📋 copy color: '#3F4855'

red 63 ◦ green 72 ◦ blue 85

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

Shades of Rhino #3F4855

Tints of Rhino #3F4855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 38.64%

R = 28.64%
G = 32.73%
B = 38.64%

CMYK

 C value IS 0.26

 M value IS 0.15

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3F4855 (or 0x3F4855) is known color: Rhino. HEX triplet: 3F, 48 and 55. RGB value is (63,72,85). Sum of RGB (Red+Green+Blue) = 63+72+85=220 (29% of max value = 765). Red value is 63 (25% from 255 or 28.64% from 220); Green value is 72 (28.52% from 255 or 32.73% from 220); Blue value is 85 (33.59% from 255 or 38.64% from 220); Max value from RGB is 85 - color contains mainly: blue. Hex color #3F4855 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4855 is #C0B7AA. Grayscale: #464646. Windows color (decimal): -12629931 or 5589055. OLE color: 5589055.

HSL color Cylindrical-coordinate representation of color #3F4855: hue angle of 215.45º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3F4855 is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 63 72 85 -
CMYK 0.26 0.15 0 0.67
HSL 215.45º 0.15% 0.29% -
HSV(B) 215.45º 0.26% 0.33% -
XYZ 6.01 6.35 9.5 -
YUV 70.79 136.02 122.44 -
System Red Green Blue C M Y K H S L
Decimal 63 72 85 0.26 0.15 0 0.67 215.45 0.15 0.29
Hex 3F 48 55 1A F 0 43 D7 F 1D
Octal 77 110 125 32 17 0 103 327 17 35
Binary 111111 1001000 1010101 11010 1111 0 1000011 11010111 1111 11101

Color Harmonies of #3F4855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4855

Black with #3F4855

Text Example


Text Example

White with #3F4855

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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