Html Css Color HEX #316570 Blumine

📋 copy color: '#316570'

red 49 ◦ green 101 ◦ blue 112

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

Shades of Blumine #316570

Tints of Blumine #316570

RGB

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

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

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

R = 18.7%
G = 38.55%
B = 42.75%

CMYK

 C value IS 0.56

 M value IS 0.10

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#316570 (or 0x316570) is known color: Blumine. HEX triplet: 31, 65 and 70. RGB value is (49,101,112). Sum of RGB (Red+Green+Blue) = 49+101+112=262 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.70% from 262); Green value is 101 (39.84% from 255 or 38.55% from 262); Blue value is 112 (44.14% from 255 or 42.75% from 262); Max value from RGB is 112 - color contains mainly: blue. Hex color #316570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316570 is #CE9A8F. Grayscale: #565656. Windows color (decimal): -13539984 or 7365937. OLE color: 7365937.

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

Color convert

RGB 49 101 112 -
CMYK 0.56 0.10 0 0.56
HSL 190.48º 0.39% 0.32% -
HSV(B) 190.48º 0.56% 0.44% -
XYZ 8.84 11.13 17.01 -
YUV 86.71 142.27 101.11 -
System Red Green Blue C M Y K H S L
Decimal 49 101 112 0.56 0.10 0 0.56 190.48 0.39 0.32
Hex 31 65 70 38 A 0 38 BE 27 20
Octal 61 145 160 70 12 0 70 276 47 40
Binary 110001 1100101 1110000 111000 1010 0 111000 10111110 100111 100000

Color Harmonies of #316570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316570

Black with #316570

Text Example


Text Example

White with #316570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316570; }

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

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

background-color css

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

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

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

border-color css

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

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

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