Html Css Color HEX #317776 Atoll

📋 copy color: '#317776'

red 49 ◦ green 119 ◦ blue 118

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

Shades of Atoll #317776

Tints of Atoll #317776

RGB

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

 GREEN value IS 119 (46.88% from 255) = 41.61%

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

R = 17.13%
G = 41.61%
B = 41.26%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#317776 (or 0x317776) is known color: Atoll. HEX triplet: 31, 77 and 76. RGB value is (49,119,118). Sum of RGB (Red+Green+Blue) = 49+119+118=286 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.13% from 286); Green value is 119 (46.88% from 255 or 41.61% from 286); Blue value is 118 (46.48% from 255 or 41.26% from 286); Max value from RGB is 119 - color contains mainly: green. Hex color #317776 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317776 is #CE8889. Grayscale: #616161. Windows color (decimal): -13535370 or 7763761. OLE color: 7763761.

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

Color convert

RGB 49 119 118 -
CMYK 0.59 0 0.01 0.53
HSL 179.14º 0.42% 0.33% -
HSV(B) 179.14º 0.59% 0.47% -
XYZ 11.13 15.15 19.48 -
YUV 97.96 139.31 93.08 -
System Red Green Blue C M Y K H S L
Decimal 49 119 118 0.59 0 0.01 0.53 179.14 0.42 0.33
Hex 31 77 76 3B 0 1 35 B3 2A 21
Octal 61 167 166 73 0 1 65 263 52 41
Binary 110001 1110111 1110110 111011 0 1 110101 10110011 101010 100001

Color Harmonies of #317776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317776

Black with #317776

Text Example


Text Example

White with #317776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317776; }

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

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

background-color css

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

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

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

border-color css

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

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

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