Html Css Color HEX #316478 Blumine

📋 copy color: '#316478'

red 49 ◦ green 100 ◦ blue 120

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

Shades of Blumine #316478

Tints of Blumine #316478

RGB

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

 GREEN value IS 100 (39.45% from 255) = 37.17%

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

R = 18.22%
G = 37.17%
B = 44.61%

CMYK

 C value IS 0.59

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#316478 (or 0x316478) is known color: Blumine. HEX triplet: 31, 64 and 78. RGB value is (49,100,120). Sum of RGB (Red+Green+Blue) = 49+100+120=269 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.22% from 269); Green value is 100 (39.45% from 255 or 37.17% from 269); Blue value is 120 (47.27% from 255 or 44.61% from 269); Max value from RGB is 120 - color contains mainly: blue. Hex color #316478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316478 is #CE9B87. Grayscale: #565656. Windows color (decimal): -13540232 or 7889969. OLE color: 7889969.

HSL color Cylindrical-coordinate representation of color #316478: hue angle of 196.9º 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 #316478 is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 100 120 -
CMYK 0.59 0.17 0 0.53
HSL 196.9º 0.42% 0.33% -
HSV(B) 196.9º 0.59% 0.47% -
XYZ 9.21 11.12 19.43 -
YUV 87.03 146.6 100.87 -
System Red Green Blue C M Y K H S L
Decimal 49 100 120 0.59 0.17 0 0.53 196.9 0.42 0.33
Hex 31 64 78 3B 11 0 35 C5 2A 21
Octal 61 144 170 73 21 0 65 305 52 41
Binary 110001 1100100 1111000 111011 10001 0 110101 11000101 101010 100001

Color Harmonies of #316478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316478

Black with #316478

Text Example


Text Example

White with #316478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316478; }

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

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

background-color css

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

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

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

border-color css

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

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

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