Html Css Color HEX #316872 Blumine

📋 copy color: '#316872'

red 49 ◦ green 104 ◦ blue 114

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

Shades of Blumine #316872

Tints of Blumine #316872

RGB

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

 GREEN value IS 104 (41.02% from 255) = 38.95%

 BLUE value IS 114 (44.92% from 255) = 42.7%

R = 18.35%
G = 38.95%
B = 42.7%

CMYK

 C value IS 0.57

 M value IS 0.09

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#316872 (or 0x316872) is known color: Blumine. HEX triplet: 31, 68 and 72. RGB value is (49,104,114). Sum of RGB (Red+Green+Blue) = 49+104+114=267 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.35% from 267); Green value is 104 (41.02% from 255 or 38.95% from 267); Blue value is 114 (44.92% from 255 or 42.70% from 267); Max value from RGB is 114 - color contains mainly: blue. Hex color #316872 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316872 is #CE978D. Grayscale: #585858. Windows color (decimal): -13539214 or 7497777. OLE color: 7497777.

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

Color convert

RGB 49 104 114 -
CMYK 0.57 0.09 0 0.55
HSL 189.23º 0.4% 0.32% -
HSV(B) 189.23º 0.57% 0.45% -
XYZ 9.25 11.77 17.7 -
YUV 88.7 142.28 99.69 -
System Red Green Blue C M Y K H S L
Decimal 49 104 114 0.57 0.09 0 0.55 189.23 0.4 0.32
Hex 31 68 72 39 9 0 37 BD 28 20
Octal 61 150 162 71 11 0 67 275 50 40
Binary 110001 1101000 1110010 111001 1001 0 110111 10111101 101000 100000

Color Harmonies of #316872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316872

Black with #316872

Text Example


Text Example

White with #316872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316872; }

 p { color: rgb(49,104,114); }

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

background-color css

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

 a { background-color: rgb(49,104,114); }

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

border-color css

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

 span { border-color: rgb(49,104,114); }

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