Html Css Color HEX #3D5E71 Blumine

📋 copy color: '#3D5E71'

red 61 ◦ green 94 ◦ blue 113

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

Shades of Blumine #3D5E71

Tints of Blumine #3D5E71

RGB

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

 GREEN value IS 94 (37.11% from 255) = 35.07%

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

R = 22.76%
G = 35.07%
B = 42.16%

CMYK

 C value IS 0.46

 M value IS 0.17

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3D5E71 (or 0x3D5E71) is known color: Blumine. HEX triplet: 3D, 5E and 71. RGB value is (61,94,113). Sum of RGB (Red+Green+Blue) = 61+94+113=268 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.76% from 268); Green value is 94 (37.11% from 255 or 35.07% from 268); Blue value is 113 (44.53% from 255 or 42.16% from 268); Max value from RGB is 113 - color contains mainly: blue. Hex color #3D5E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5E71 is #C2A18E. Grayscale: #565656. Windows color (decimal): -12755343 or 7429693. OLE color: 7429693.

HSL color Cylindrical-coordinate representation of color #3D5E71: hue angle of 201.92º 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 #3D5E71 is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 61 94 113 -
CMYK 0.46 0.17 0 0.56
HSL 201.92º 0.3% 0.34% -
HSV(B) 201.92º 0.46% 0.44% -
XYZ 8.91 10.19 17.12 -
YUV 86.3 143.07 109.96 -
System Red Green Blue C M Y K H S L
Decimal 61 94 113 0.46 0.17 0 0.56 201.92 0.3 0.34
Hex 3D 5E 71 2E 11 0 38 CA 1E 22
Octal 75 136 161 56 21 0 70 312 36 42
Binary 111101 1011110 1110001 101110 10001 0 111000 11001010 11110 100010

Color Harmonies of #3D5E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5E71

Black with #3D5E71

Text Example


Text Example

White with #3D5E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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