Html Css Color HEX #316F76 Atoll

📋 copy color: '#316F76'

red 49 ◦ green 111 ◦ blue 118

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

Shades of Atoll #316F76

Tints of Atoll #316F76

RGB

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

 GREEN value IS 111 (43.75% from 255) = 39.93%

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

R = 17.63%
G = 39.93%
B = 42.45%

CMYK

 C value IS 0.58

 M value IS 0.06

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#316F76 (or 0x316F76) is known color: Atoll. HEX triplet: 31, 6F and 76. RGB value is (49,111,118). Sum of RGB (Red+Green+Blue) = 49+111+118=278 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.63% from 278); Green value is 111 (43.75% from 255 or 39.93% from 278); Blue value is 118 (46.48% from 255 or 42.45% from 278); Max value from RGB is 118 - color contains mainly: blue. Hex color #316F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316F76 is #CE9089. Grayscale: #5D5D5D. Windows color (decimal): -13537418 or 7761713. OLE color: 7761713.

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

Color convert

RGB 49 111 118 -
CMYK 0.58 0.06 0 0.54
HSL 186.09º 0.41% 0.33% -
HSV(B) 186.09º 0.58% 0.46% -
XYZ 10.22 13.33 19.17 -
YUV 93.26 141.96 96.43 -
System Red Green Blue C M Y K H S L
Decimal 49 111 118 0.58 0.06 0 0.54 186.09 0.41 0.33
Hex 31 6F 76 3A 6 0 36 BA 29 21
Octal 61 157 166 72 6 0 66 272 51 41
Binary 110001 1101111 1110110 111010 110 0 110110 10111010 101001 100001

Color Harmonies of #316F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316F76

Black with #316F76

Text Example


Text Example

White with #316F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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