Html Css Color HEX #316574 Blumine

📋 copy color: '#316574'

red 49 ◦ green 101 ◦ blue 116

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

Shades of Blumine #316574

Tints of Blumine #316574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 43.61%

R = 18.42%
G = 37.97%
B = 43.61%

CMYK

 C value IS 0.58

 M value IS 0.13

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#316574 (or 0x316574) is known color: Blumine. HEX triplet: 31, 65 and 74. RGB value is (49,101,116). Sum of RGB (Red+Green+Blue) = 49+101+116=266 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.42% from 266); Green value is 101 (39.84% from 255 or 37.97% from 266); Blue value is 116 (45.70% from 255 or 43.61% from 266); Max value from RGB is 116 - color contains mainly: blue. Hex color #316574 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316574 is #CE9A8B. Grayscale: #575757. Windows color (decimal): -13539980 or 7628081. OLE color: 7628081.

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

Color convert

RGB 49 101 116 -
CMYK 0.58 0.13 0 0.55
HSL 193.43º 0.41% 0.32% -
HSV(B) 193.43º 0.58% 0.45% -
XYZ 9.07 11.22 18.21 -
YUV 87.16 144.27 100.78 -
System Red Green Blue C M Y K H S L
Decimal 49 101 116 0.58 0.13 0 0.55 193.43 0.41 0.32
Hex 31 65 74 3A D 0 37 C1 29 20
Octal 61 145 164 72 15 0 67 301 51 40
Binary 110001 1100101 1110100 111010 1101 0 110111 11000001 101001 100000

Color Harmonies of #316574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316574

Black with #316574

Text Example


Text Example

White with #316574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316574; }

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

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

background-color css

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

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

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

border-color css

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

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

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