Html Css Color HEX #31777A Atoll

📋 copy color: '#31777A'

red 49 ◦ green 119 ◦ blue 122

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

Shades of Atoll #31777A

Tints of Atoll #31777A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 42.07%

R = 16.9%
G = 41.03%
B = 42.07%

CMYK

 C value IS 0.60

 M value IS 0.02

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#31777A (or 0x31777A) is known color: Atoll. HEX triplet: 31, 77 and 7A. RGB value is (49,119,122). Sum of RGB (Red+Green+Blue) = 49+119+122=290 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.90% from 290); Green value is 119 (46.88% from 255 or 41.03% from 290); Blue value is 122 (48.05% from 255 or 42.07% from 290); Max value from RGB is 122 - color contains mainly: blue. Hex color #31777A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31777A is #CE8885. Grayscale: #626262. Windows color (decimal): -13535366 or 8025905. OLE color: 8025905.

HSL color Cylindrical-coordinate representation of color #31777A: hue angle of 182.47º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #31777A is Cyan = 0.60, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 49 119 122 -
CMYK 0.60 0.02 0 0.52
HSL 182.47º 0.43% 0.34% -
HSV(B) 182.47º 0.6% 0.48% -
XYZ 11.38 15.25 20.76 -
YUV 98.41 141.31 92.76 -
System Red Green Blue C M Y K H S L
Decimal 49 119 122 0.60 0.02 0 0.52 182.47 0.43 0.34
Hex 31 77 7A 3C 2 0 34 B6 2B 22
Octal 61 167 172 74 2 0 64 266 53 42
Binary 110001 1110111 1111010 111100 10 0 110100 10110110 101011 100010

Color Harmonies of #31777A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31777A

Black with #31777A

Text Example


Text Example

White with #31777A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31777A; }

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

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

background-color css

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

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

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

border-color css

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

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

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