Html Css Color HEX #317877 Atoll

📋 copy color: '#317877'

red 49 ◦ green 120 ◦ blue 119

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

Shades of Atoll #317877

Tints of Atoll #317877

RGB

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

 GREEN value IS 120 (47.27% from 255) = 41.67%

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

R = 17.01%
G = 41.67%
B = 41.32%

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

#317877 (or 0x317877) is known color: Atoll. HEX triplet: 31, 78 and 77. RGB value is (49,120,119). Sum of RGB (Red+Green+Blue) = 49+120+119=288 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.01% from 288); Green value is 120 (47.27% from 255 or 41.67% from 288); Blue value is 119 (46.88% from 255 or 41.32% from 288); Max value from RGB is 120 - color contains mainly: green. Hex color #317877 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317877 is #CE8788. Grayscale: #626262. Windows color (decimal): -13535113 or 7829553. OLE color: 7829553.

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

Color convert

RGB 49 120 119 -
CMYK 0.59 0 0.01 0.53
HSL 179.15º 0.42% 0.33% -
HSV(B) 179.15º 0.59% 0.47% -
XYZ 11.31 15.42 19.83 -
YUV 98.66 139.48 92.58 -
System Red Green Blue C M Y K H S L
Decimal 49 120 119 0.59 0 0.01 0.53 179.15 0.42 0.33
Hex 31 78 77 3B 0 1 35 B3 2A 21
Octal 61 170 167 73 0 1 65 263 52 41
Binary 110001 1111000 1110111 111011 0 1 110101 10110011 101010 100001

Color Harmonies of #317877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317877

Black with #317877

Text Example


Text Example

White with #317877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317877; }

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

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

background-color css

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

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

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

border-color css

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

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

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