Html Css Color HEX #316870 Blumine

📋 copy color: '#316870'

red 49 ◦ green 104 ◦ blue 112

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

Shades of Blumine #316870

Tints of Blumine #316870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 42.26%

R = 18.49%
G = 39.25%
B = 42.26%

CMYK

 C value IS 0.56

 M value IS 0.07

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#316870 (or 0x316870) is known color: Blumine. HEX triplet: 31, 68 and 70. RGB value is (49,104,112). Sum of RGB (Red+Green+Blue) = 49+104+112=265 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.49% from 265); Green value is 104 (41.02% from 255 or 39.25% from 265); Blue value is 112 (44.14% from 255 or 42.26% from 265); Max value from RGB is 112 - color contains mainly: blue. Hex color #316870 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316870 is #CE978F. Grayscale: #585858. Windows color (decimal): -13539216 or 7366705. OLE color: 7366705.

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

Color convert

RGB 49 104 112 -
CMYK 0.56 0.07 0 0.56
HSL 187.62º 0.39% 0.32% -
HSV(B) 187.62º 0.56% 0.44% -
XYZ 9.14 11.72 17.11 -
YUV 88.47 141.28 99.85 -
System Red Green Blue C M Y K H S L
Decimal 49 104 112 0.56 0.07 0 0.56 187.62 0.39 0.32
Hex 31 68 70 38 7 0 38 BC 27 20
Octal 61 150 160 70 7 0 70 274 47 40
Binary 110001 1101000 1110000 111000 111 0 111000 10111100 100111 100000

Color Harmonies of #316870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316870

Black with #316870

Text Example


Text Example

White with #316870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316870; }

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

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

background-color css

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

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

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

border-color css

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

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

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