Html Css Color HEX #316477 Blumine

📋 copy color: '#316477'

red 49 ◦ green 100 ◦ blue 119

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

Shades of Blumine #316477

Tints of Blumine #316477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 44.4%

R = 18.28%
G = 37.31%
B = 44.4%

CMYK

 C value IS 0.59

 M value IS 0.16

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#316477 (or 0x316477) is known color: Blumine. HEX triplet: 31, 64 and 77. RGB value is (49,100,119). Sum of RGB (Red+Green+Blue) = 49+100+119=268 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.28% from 268); Green value is 100 (39.45% from 255 or 37.31% from 268); Blue value is 119 (46.88% from 255 or 44.40% from 268); Max value from RGB is 119 - color contains mainly: blue. Hex color #316477 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316477 is #CE9B88. Grayscale: #565656. Windows color (decimal): -13540233 or 7824433. OLE color: 7824433.

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

Color convert

RGB 49 100 119 -
CMYK 0.59 0.16 0 0.53
HSL 196.29º 0.42% 0.33% -
HSV(B) 196.29º 0.59% 0.47% -
XYZ 9.15 11.1 19.11 -
YUV 86.92 146.1 100.96 -
System Red Green Blue C M Y K H S L
Decimal 49 100 119 0.59 0.16 0 0.53 196.29 0.42 0.33
Hex 31 64 77 3B 10 0 35 C4 2A 21
Octal 61 144 167 73 20 0 65 304 52 41
Binary 110001 1100100 1110111 111011 10000 0 110101 11000100 101010 100001

Color Harmonies of #316477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316477

Black with #316477

Text Example


Text Example

White with #316477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316477; }

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

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

background-color css

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

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

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

border-color css

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

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

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