Html Css Color HEX #316975 Blumine

📋 copy color: '#316975'

red 49 ◦ green 105 ◦ blue 117

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

Shades of Blumine #316975

Tints of Blumine #316975

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.75%

 BLUE value IS 117 (46.09% from 255) = 43.17%

R = 18.08%
G = 38.75%
B = 43.17%

CMYK

 C value IS 0.58

 M value IS 0.10

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#316975 (or 0x316975) is known color: Blumine. HEX triplet: 31, 69 and 75. RGB value is (49,105,117). Sum of RGB (Red+Green+Blue) = 49+105+117=271 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.08% from 271); Green value is 105 (41.41% from 255 or 38.75% from 271); Blue value is 117 (46.09% from 255 or 43.17% from 271); Max value from RGB is 117 - color contains mainly: blue. Hex color #316975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316975 is #CE968A. Grayscale: #595959. Windows color (decimal): -13538955 or 7694641. OLE color: 7694641.

HSL color Cylindrical-coordinate representation of color #316975: hue angle of 190.59º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #316975 is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 49 105 117 -
CMYK 0.58 0.10 0 0.54
HSL 190.59º 0.41% 0.33% -
HSV(B) 190.59º 0.58% 0.46% -
XYZ 9.53 12.04 18.65 -
YUV 89.62 143.45 99.02 -
System Red Green Blue C M Y K H S L
Decimal 49 105 117 0.58 0.10 0 0.54 190.59 0.41 0.33
Hex 31 69 75 3A A 0 36 BF 29 21
Octal 61 151 165 72 12 0 66 277 51 41
Binary 110001 1101001 1110101 111010 1010 0 110110 10111111 101001 100001

Color Harmonies of #316975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316975

Black with #316975

Text Example


Text Example

White with #316975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316975; }

 p { color: rgb(49,105,117); }

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

background-color css

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

 a { background-color: rgb(49,105,117); }

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

border-color css

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

 span { border-color: rgb(49,105,117); }

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