Html Css Color HEX #316571 Blumine

📋 copy color: '#316571'

red 49 ◦ green 101 ◦ blue 113

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

Shades of Blumine #316571

Tints of Blumine #316571

RGB

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

 GREEN value IS 101 (39.84% from 255) = 38.4%

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

R = 18.63%
G = 38.4%
B = 42.97%

CMYK

 C value IS 0.57

 M value IS 0.11

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#316571 (or 0x316571) is known color: Blumine. HEX triplet: 31, 65 and 71. RGB value is (49,101,113). Sum of RGB (Red+Green+Blue) = 49+101+113=263 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.63% from 263); Green value is 101 (39.84% from 255 or 38.40% from 263); Blue value is 113 (44.53% from 255 or 42.97% from 263); Max value from RGB is 113 - color contains mainly: blue. Hex color #316571 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316571 is #CE9A8E. Grayscale: #565656. Windows color (decimal): -13539983 or 7431473. OLE color: 7431473.

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

Color convert

RGB 49 101 113 -
CMYK 0.57 0.11 0 0.56
HSL 191.25º 0.4% 0.32% -
HSV(B) 191.25º 0.57% 0.44% -
XYZ 8.9 11.15 17.31 -
YUV 86.82 142.77 101.02 -
System Red Green Blue C M Y K H S L
Decimal 49 101 113 0.57 0.11 0 0.56 191.25 0.4 0.32
Hex 31 65 71 39 B 0 38 BF 28 20
Octal 61 145 161 71 13 0 70 277 50 40
Binary 110001 1100101 1110001 111001 1011 0 111000 10111111 101000 100000

Color Harmonies of #316571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316571

Black with #316571

Text Example


Text Example

White with #316571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316571; }

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

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

background-color css

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

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

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

border-color css

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

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

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