Html Css Color HEX #3D6271 Blumine

📋 copy color: '#3D6271'

red 61 ◦ green 98 ◦ blue 113

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

Shades of Blumine #3D6271

Tints of Blumine #3D6271

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.03%

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

R = 22.43%
G = 36.03%
B = 41.54%

CMYK

 C value IS 0.46

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3D6271 (or 0x3D6271) is known color: Blumine. HEX triplet: 3D, 62 and 71. RGB value is (61,98,113). Sum of RGB (Red+Green+Blue) = 61+98+113=272 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.43% from 272); Green value is 98 (38.67% from 255 or 36.03% from 272); Blue value is 113 (44.53% from 255 or 41.54% from 272); Max value from RGB is 113 - color contains mainly: blue. Hex color #3D6271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6271 is #C29D8E. Grayscale: #585858. Windows color (decimal): -12754319 or 7430717. OLE color: 7430717.

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

Color convert

RGB 61 98 113 -
CMYK 0.46 0.13 0 0.56
HSL 197.31º 0.3% 0.34% -
HSV(B) 197.31º 0.46% 0.44% -
XYZ 9.27 10.92 17.24 -
YUV 88.65 141.74 108.28 -
System Red Green Blue C M Y K H S L
Decimal 61 98 113 0.46 0.13 0 0.56 197.31 0.3 0.34
Hex 3D 62 71 2E D 0 38 C5 1E 22
Octal 75 142 161 56 15 0 70 305 36 42
Binary 111101 1100010 1110001 101110 1101 0 111000 11000101 11110 100010

Color Harmonies of #3D6271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D6271

Black with #3D6271

Text Example


Text Example

White with #3D6271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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