Html Css Color HEX #3D4650 Rhino

📋 copy color: '#3D4650'

red 61 ◦ green 70 ◦ blue 80

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

Shades of Rhino #3D4650

Tints of Rhino #3D4650

RGB

 RED value IS 61 (24.22% from 255) = 28.91%

 GREEN value IS 70 (27.73% from 255) = 33.18%

 BLUE value IS 80 (31.64% from 255) = 37.91%

R = 28.91%
G = 33.18%
B = 37.91%

CMYK

 C value IS 0.24

 M value IS 0.12

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3D4650 (or 0x3D4650) is known color: Rhino. HEX triplet: 3D, 46 and 50. RGB value is (61,70,80). Sum of RGB (Red+Green+Blue) = 61+70+80=211 (27% of max value = 765). Red value is 61 (24.22% from 255 or 28.91% from 211); Green value is 70 (27.73% from 255 or 33.18% from 211); Blue value is 80 (31.64% from 255 or 37.91% from 211); Max value from RGB is 80 - color contains mainly: blue. Hex color #3D4650 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4650 is #C2B9AF. Grayscale: #444444. Windows color (decimal): -12761520 or 5260861. OLE color: 5260861.

HSL color Cylindrical-coordinate representation of color #3D4650: hue angle of 211.58º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3D4650 is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 61 70 80 -
CMYK 0.24 0.12 0 0.69
HSL 211.58º 0.13% 0.28% -
HSV(B) 211.58º 0.24% 0.31% -
XYZ 5.56 5.95 8.45 -
YUV 68.45 134.52 122.69 -
System Red Green Blue C M Y K H S L
Decimal 61 70 80 0.24 0.12 0 0.69 211.58 0.13 0.28
Hex 3D 46 50 18 C 0 45 D4 D 1C
Octal 75 106 120 30 14 0 105 324 15 34
Binary 111101 1000110 1010000 11000 1100 0 1000101 11010100 1101 11100

Color Harmonies of #3D4650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4650

Black with #3D4650

Text Example


Text Example

White with #3D4650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,70,80); }

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

background-color css

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

 a { background-color: rgb(61,70,80); }

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

border-color css

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

 span { border-color: rgb(61,70,80); }

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