Html Css Color HEX #316771 Blumine

📋 copy color: '#316771'

red 49 ◦ green 103 ◦ blue 113

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

Shades of Blumine #316771

Tints of Blumine #316771

RGB

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

 GREEN value IS 103 (40.63% from 255) = 38.87%

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

R = 18.49%
G = 38.87%
B = 42.64%

CMYK

 C value IS 0.57

 M value IS 0.09

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#316771 (or 0x316771) is known color: Blumine. HEX triplet: 31, 67 and 71. RGB value is (49,103,113). Sum of RGB (Red+Green+Blue) = 49+103+113=265 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.49% from 265); Green value is 103 (40.62% from 255 or 38.87% from 265); Blue value is 113 (44.53% from 255 or 42.64% from 265); Max value from RGB is 113 - color contains mainly: blue. Hex color #316771 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316771 is #CE988E. Grayscale: #575757. Windows color (decimal): -13539471 or 7431985. OLE color: 7431985.

HSL color Cylindrical-coordinate representation of color #316771: hue angle of 189.38º 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 #316771 is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 103 113 -
CMYK 0.57 0.09 0 0.56
HSL 189.38º 0.4% 0.32% -
HSV(B) 189.38º 0.57% 0.44% -
XYZ 9.1 11.55 17.37 -
YUV 87.99 142.11 100.19 -
System Red Green Blue C M Y K H S L
Decimal 49 103 113 0.57 0.09 0 0.56 189.38 0.4 0.32
Hex 31 67 71 39 9 0 38 BD 28 20
Octal 61 147 161 71 11 0 70 275 50 40
Binary 110001 1100111 1110001 111001 1001 0 111000 10111101 101000 100000

Color Harmonies of #316771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316771

Black with #316771

Text Example


Text Example

White with #316771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316771; }

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

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

background-color css

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

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

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

border-color css

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

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

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