Html Css Color HEX #316978 Blumine

📋 copy color: '#316978'

red 49 ◦ green 105 ◦ blue 120

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

Shades of Blumine #316978

Tints of Blumine #316978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 43.8%

R = 17.88%
G = 38.32%
B = 43.8%

CMYK

 C value IS 0.59

 M value IS 0.13

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#316978 (or 0x316978) is known color: Blumine. HEX triplet: 31, 69 and 78. RGB value is (49,105,120). Sum of RGB (Red+Green+Blue) = 49+105+120=274 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.88% from 274); Green value is 105 (41.41% from 255 or 38.32% from 274); Blue value is 120 (47.27% from 255 or 43.80% from 274); Max value from RGB is 120 - color contains mainly: blue. Hex color #316978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316978 is #CE9687. Grayscale: #595959. Windows color (decimal): -13538952 or 7891249. OLE color: 7891249.

HSL color Cylindrical-coordinate representation of color #316978: hue angle of 192.68º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #316978 is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 105 120 -
CMYK 0.59 0.13 0 0.53
HSL 192.68º 0.42% 0.33% -
HSV(B) 192.68º 0.59% 0.47% -
XYZ 9.71 12.11 19.6 -
YUV 89.97 144.95 98.78 -
System Red Green Blue C M Y K H S L
Decimal 49 105 120 0.59 0.13 0 0.53 192.68 0.42 0.33
Hex 31 69 78 3B D 0 35 C1 2A 21
Octal 61 151 170 73 15 0 65 301 52 41
Binary 110001 1101001 1111000 111011 1101 0 110101 11000001 101010 100001

Color Harmonies of #316978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316978

Black with #316978

Text Example


Text Example

White with #316978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316978; }

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

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

background-color css

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

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

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

border-color css

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

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

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