Html Css Color HEX #316A77 Allports

📋 copy color: '#316A77'

red 49 ◦ green 106 ◦ blue 119

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

Shades of Allports #316A77

Tints of Allports #316A77

RGB

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

 GREEN value IS 106 (41.8% from 255) = 38.69%

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

R = 17.88%
G = 38.69%
B = 43.43%

CMYK

 C value IS 0.59

 M value IS 0.11

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#316A77 (or 0x316A77) is known color: Allports. HEX triplet: 31, 6A and 77. RGB value is (49,106,119). Sum of RGB (Red+Green+Blue) = 49+106+119=274 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.88% from 274); Green value is 106 (41.80% from 255 or 38.69% from 274); Blue value is 119 (46.88% from 255 or 43.43% from 274); Max value from RGB is 119 - color contains mainly: blue. Hex color #316A77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316A77 is #CE9588. Grayscale: #5A5A5A. Windows color (decimal): -13538697 or 7825969. OLE color: 7825969.

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

Color convert

RGB 49 106 119 -
CMYK 0.59 0.11 0 0.53
HSL 191.14º 0.42% 0.33% -
HSV(B) 191.14º 0.59% 0.47% -
XYZ 9.75 12.29 19.31 -
YUV 90.44 144.12 98.44 -
System Red Green Blue C M Y K H S L
Decimal 49 106 119 0.59 0.11 0 0.53 191.14 0.42 0.33
Hex 31 6A 77 3B B 0 35 BF 2A 21
Octal 61 152 167 73 13 0 65 277 52 41
Binary 110001 1101010 1110111 111011 1011 0 110101 10111111 101010 100001

Color Harmonies of #316A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316A77

Black with #316A77

Text Example


Text Example

White with #316A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316A77; }

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

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

background-color css

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

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

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

border-color css

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

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

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