Html Css Color HEX #316671 Blumine

📋 copy color: '#316671'

red 49 ◦ green 102 ◦ blue 113

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

Shades of Blumine #316671

Tints of Blumine #316671

RGB

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

 GREEN value IS 102 (40.23% from 255) = 38.64%

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

R = 18.56%
G = 38.64%
B = 42.8%

CMYK

 C value IS 0.57

 M value IS 0.10

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#316671 (or 0x316671) is known color: Blumine. HEX triplet: 31, 66 and 71. RGB value is (49,102,113). Sum of RGB (Red+Green+Blue) = 49+102+113=264 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.56% from 264); Green value is 102 (40.23% from 255 or 38.64% from 264); Blue value is 113 (44.53% from 255 or 42.80% from 264); Max value from RGB is 113 - color contains mainly: blue. Hex color #316671 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316671 is #CE998E. Grayscale: #575757. Windows color (decimal): -13539727 or 7431729. OLE color: 7431729.

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

Color convert

RGB 49 102 113 -
CMYK 0.57 0.10 0 0.56
HSL 190.31º 0.4% 0.32% -
HSV(B) 190.31º 0.57% 0.44% -
XYZ 9 11.35 17.34 -
YUV 87.41 142.44 100.61 -
System Red Green Blue C M Y K H S L
Decimal 49 102 113 0.57 0.10 0 0.56 190.31 0.4 0.32
Hex 31 66 71 39 A 0 38 BE 28 20
Octal 61 146 161 71 12 0 70 276 50 40
Binary 110001 1100110 1110001 111001 1010 0 111000 10111110 101000 100000

Color Harmonies of #316671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316671

Black with #316671

Text Example


Text Example

White with #316671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316671; }

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

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

background-color css

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

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

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

border-color css

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

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

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