Html Css Color HEX #3D4550 Rhino

📋 copy color: '#3D4550'

red 61 ◦ green 69 ◦ blue 80

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

Shades of Rhino #3D4550

Tints of Rhino #3D4550

RGB

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

 GREEN value IS 69 (27.34% from 255) = 32.86%

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

R = 29.05%
G = 32.86%
B = 38.1%

CMYK

 C value IS 0.24

 M value IS 0.14

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3D4550 (or 0x3D4550) is known color: Rhino. HEX triplet: 3D, 45 and 50. RGB value is (61,69,80). Sum of RGB (Red+Green+Blue) = 61+69+80=210 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.05% from 210); Green value is 69 (27.34% from 255 or 32.86% from 210); Blue value is 80 (31.64% from 255 or 38.10% from 210); Max value from RGB is 80 - color contains mainly: blue. Hex color #3D4550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4550 is #C2BAAF. Grayscale: #434343. Windows color (decimal): -12761776 or 5260605. OLE color: 5260605.

HSL color Cylindrical-coordinate representation of color #3D4550: hue angle of 214.74º 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 #3D4550 is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 61 69 80 -
CMYK 0.24 0.14 0 0.69
HSL 214.74º 0.13% 0.28% -
HSV(B) 214.74º 0.24% 0.31% -
XYZ 5.5 5.83 8.42 -
YUV 67.86 134.85 123.11 -
System Red Green Blue C M Y K H S L
Decimal 61 69 80 0.24 0.14 0 0.69 214.74 0.13 0.28
Hex 3D 45 50 18 E 0 45 D7 D 1C
Octal 75 105 120 30 16 0 105 327 15 34
Binary 111101 1000101 1010000 11000 1110 0 1000101 11010111 1101 11100

Color Harmonies of #3D4550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4550

Black with #3D4550

Text Example


Text Example

White with #3D4550

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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