Html Css Color HEX #316271 Blumine

📋 copy color: '#316271'

red 49 ◦ green 98 ◦ blue 113

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

Shades of Blumine #316271

Tints of Blumine #316271

RGB

 RED value IS 49 (19.53% from 255) = 18.85%

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

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

R = 18.85%
G = 37.69%
B = 43.46%

CMYK

 C value IS 0.57

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#316271 (or 0x316271) is known color: Blumine. HEX triplet: 31, 62 and 71. RGB value is (49,98,113). Sum of RGB (Red+Green+Blue) = 49+98+113=260 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.85% from 260); Green value is 98 (38.67% from 255 or 37.69% from 260); Blue value is 113 (44.53% from 255 or 43.46% from 260); Max value from RGB is 113 - color contains mainly: blue. Hex color #316271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316271 is #CE9D8E. Grayscale: #545454. Windows color (decimal): -13540751 or 7430705. OLE color: 7430705.

HSL color Cylindrical-coordinate representation of color #316271: hue angle of 194.06º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #316271 is Cyan = 0.57, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 98 113 -
CMYK 0.57 0.13 0 0.56
HSL 194.06º 0.4% 0.32% -
HSV(B) 194.06º 0.57% 0.44% -
XYZ 8.61 10.58 17.21 -
YUV 85.06 143.77 102.28 -
System Red Green Blue C M Y K H S L
Decimal 49 98 113 0.57 0.13 0 0.56 194.06 0.4 0.32
Hex 31 62 71 39 D 0 38 C2 28 20
Octal 61 142 161 71 15 0 70 302 50 40
Binary 110001 1100010 1110001 111001 1101 0 111000 11000010 101000 100000

Color Harmonies of #316271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316271

Black with #316271

Text Example


Text Example

White with #316271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316271; }

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

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

background-color css

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

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

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

border-color css

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

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

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