Html Css Color HEX #3D6171 Blumine

📋 copy color: '#3D6171'

red 61 ◦ green 97 ◦ blue 113

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

Shades of Blumine #3D6171

Tints of Blumine #3D6171

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.79%

 BLUE value IS 113 (44.53% from 255) = 41.7%

R = 22.51%
G = 35.79%
B = 41.7%

CMYK

 C value IS 0.46

 M value IS 0.14

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3D6171 (or 0x3D6171) is known color: Blumine. HEX triplet: 3D, 61 and 71. RGB value is (61,97,113). Sum of RGB (Red+Green+Blue) = 61+97+113=271 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.51% from 271); Green value is 97 (38.28% from 255 or 35.79% from 271); Blue value is 113 (44.53% from 255 or 41.70% from 271); Max value from RGB is 113 - color contains mainly: blue. Hex color #3D6171 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6171 is #C29E8E. Grayscale: #575757. Windows color (decimal): -12754575 or 7430461. OLE color: 7430461.

HSL color Cylindrical-coordinate representation of color #3D6171: hue angle of 198.46º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3D6171 is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 61 97 113 -
CMYK 0.46 0.14 0 0.56
HSL 198.46º 0.3% 0.34% -
HSV(B) 198.46º 0.46% 0.44% -
XYZ 9.18 10.73 17.21 -
YUV 88.06 142.07 108.7 -
System Red Green Blue C M Y K H S L
Decimal 61 97 113 0.46 0.14 0 0.56 198.46 0.3 0.34
Hex 3D 61 71 2E E 0 38 C6 1E 22
Octal 75 141 161 56 16 0 70 306 36 42
Binary 111101 1100001 1110001 101110 1110 0 111000 11000110 11110 100010

Color Harmonies of #3D6171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D6171

Black with #3D6171

Text Example


Text Example

White with #3D6171

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,97,113); }

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

background-color css

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

 a { background-color: rgb(61,97,113); }

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

border-color css

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

 span { border-color: rgb(61,97,113); }

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