Html Css Color HEX #316A76 Allports

📋 copy color: '#316A76'

red 49 ◦ green 106 ◦ blue 118

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

Shades of Allports #316A76

Tints of Allports #316A76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 43.22%

R = 17.95%
G = 38.83%
B = 43.22%

CMYK

 C value IS 0.58

 M value IS 0.10

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#316A76 (or 0x316A76) is known color: Allports. HEX triplet: 31, 6A and 76. RGB value is (49,106,118). Sum of RGB (Red+Green+Blue) = 49+106+118=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 106 (41.80% from 255 or 38.83% from 273); Blue value is 118 (46.48% from 255 or 43.22% from 273); Max value from RGB is 118 - color contains mainly: blue. Hex color #316A76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316A76 is #CE9589. Grayscale: #5A5A5A. Windows color (decimal): -13538698 or 7760433. OLE color: 7760433.

HSL color Cylindrical-coordinate representation of color #316A76: hue angle of 190.43º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #316A76 is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 49 106 118 -
CMYK 0.58 0.10 0 0.54
HSL 190.43º 0.41% 0.33% -
HSV(B) 190.43º 0.58% 0.46% -
XYZ 9.69 12.27 19 -
YUV 90.33 143.62 98.52 -
System Red Green Blue C M Y K H S L
Decimal 49 106 118 0.58 0.10 0 0.54 190.43 0.41 0.33
Hex 31 6A 76 3A A 0 36 BE 29 21
Octal 61 152 166 72 12 0 66 276 51 41
Binary 110001 1101010 1110110 111010 1010 0 110110 10111110 101001 100001

Color Harmonies of #316A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316A76

Black with #316A76

Text Example


Text Example

White with #316A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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