Html Css Color HEX #317977 Atoll

📋 copy color: '#317977'

red 49 ◦ green 121 ◦ blue 119

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

Shades of Atoll #317977

Tints of Atoll #317977

RGB

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

 GREEN value IS 121 (47.66% from 255) = 41.87%

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

R = 16.96%
G = 41.87%
B = 41.18%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#317977 (or 0x317977) is known color: Atoll. HEX triplet: 31, 79 and 77. RGB value is (49,121,119). Sum of RGB (Red+Green+Blue) = 49+121+119=289 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.96% from 289); Green value is 121 (47.66% from 255 or 41.87% from 289); Blue value is 119 (46.88% from 255 or 41.18% from 289); Max value from RGB is 121 - color contains mainly: green. Hex color #317977 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317977 is #CE8688. Grayscale: #636363. Windows color (decimal): -13534857 or 7829809. OLE color: 7829809.

HSL color Cylindrical-coordinate representation of color #317977: hue angle of 178.33º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #317977 is Cyan = 0.60, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 121 119 -
CMYK 0.60 0 0.02 0.53
HSL 178.33º 0.42% 0.33% -
HSV(B) 178.33º 0.6% 0.47% -
XYZ 11.43 15.66 19.87 -
YUV 99.24 139.15 92.16 -
System Red Green Blue C M Y K H S L
Decimal 49 121 119 0.60 0 0.02 0.53 178.33 0.42 0.33
Hex 31 79 77 3C 0 2 35 B2 2A 21
Octal 61 171 167 74 0 2 65 262 52 41
Binary 110001 1111001 1110111 111100 0 10 110101 10110010 101010 100001

Color Harmonies of #317977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317977

Black with #317977

Text Example


Text Example

White with #317977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317977; }

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

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

background-color css

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

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

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

border-color css

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

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

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