Html Css Color HEX #316B76 Allports

📋 copy color: '#316B76'

red 49 ◦ green 107 ◦ blue 118

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

Shades of Allports #316B76

Tints of Allports #316B76

RGB

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

 GREEN value IS 107 (42.19% from 255) = 39.05%

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

R = 17.88%
G = 39.05%
B = 43.07%

CMYK

 C value IS 0.58

 M value IS 0.09

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#316B76 (or 0x316B76) is known color: Allports. HEX triplet: 31, 6B and 76. RGB value is (49,107,118). Sum of RGB (Red+Green+Blue) = 49+107+118=274 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.88% from 274); Green value is 107 (42.19% from 255 or 39.05% from 274); Blue value is 118 (46.48% from 255 or 43.07% from 274); Max value from RGB is 118 - color contains mainly: blue. Hex color #316B76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316B76 is #CE9489. Grayscale: #5A5A5A. Windows color (decimal): -13538442 or 7760689. OLE color: 7760689.

HSL color Cylindrical-coordinate representation of color #316B76: hue angle of 189.57º 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 #316B76 is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 49 107 118 -
CMYK 0.58 0.09 0 0.54
HSL 189.57º 0.41% 0.33% -
HSV(B) 189.57º 0.58% 0.46% -
XYZ 9.79 12.48 19.03 -
YUV 90.91 143.28 98.11 -
System Red Green Blue C M Y K H S L
Decimal 49 107 118 0.58 0.09 0 0.54 189.57 0.41 0.33
Hex 31 6B 76 3A 9 0 36 BE 29 21
Octal 61 153 166 72 11 0 66 276 51 41
Binary 110001 1101011 1110110 111010 1001 0 110110 10111110 101001 100001

Color Harmonies of #316B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316B76

Black with #316B76

Text Example


Text Example

White with #316B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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