Html Css Color HEX #316677 Blumine

📋 copy color: '#316677'

red 49 ◦ green 102 ◦ blue 119

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

Shades of Blumine #316677

Tints of Blumine #316677

RGB

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

 GREEN value IS 102 (40.23% from 255) = 37.78%

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

R = 18.15%
G = 37.78%
B = 44.07%

CMYK

 C value IS 0.59

 M value IS 0.14

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#316677 (or 0x316677) is known color: Blumine. HEX triplet: 31, 66 and 77. RGB value is (49,102,119). Sum of RGB (Red+Green+Blue) = 49+102+119=270 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.15% from 270); Green value is 102 (40.23% from 255 or 37.78% from 270); Blue value is 119 (46.88% from 255 or 44.07% from 270); Max value from RGB is 119 - color contains mainly: blue. Hex color #316677 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316677 is #CE9988. Grayscale: #575757. Windows color (decimal): -13539721 or 7824945. OLE color: 7824945.

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

Color convert

RGB 49 102 119 -
CMYK 0.59 0.14 0 0.53
HSL 194.57º 0.42% 0.33% -
HSV(B) 194.57º 0.59% 0.47% -
XYZ 9.35 11.49 19.18 -
YUV 88.09 145.44 100.12 -
System Red Green Blue C M Y K H S L
Decimal 49 102 119 0.59 0.14 0 0.53 194.57 0.42 0.33
Hex 31 66 77 3B E 0 35 C3 2A 21
Octal 61 146 167 73 16 0 65 303 52 41
Binary 110001 1100110 1110111 111011 1110 0 110101 11000011 101010 100001

Color Harmonies of #316677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316677

Black with #316677

Text Example


Text Example

White with #316677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316677; }

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

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

background-color css

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

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

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

border-color css

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

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

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