Html Css Color HEX #317077 Atoll

📋 copy color: '#317077'

red 49 ◦ green 112 ◦ blue 119

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

Shades of Atoll #317077

Tints of Atoll #317077

RGB

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

 GREEN value IS 112 (44.14% from 255) = 40%

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

R = 17.5%
G = 40%
B = 42.5%

CMYK

 C value IS 0.59

 M value IS 0.06

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#317077 (or 0x317077) is known color: Atoll. HEX triplet: 31, 70 and 77. RGB value is (49,112,119). Sum of RGB (Red+Green+Blue) = 49+112+119=280 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.5% from 280); Green value is 112 (44.14% from 255 or 40% from 280); Blue value is 119 (46.88% from 255 or 42.5% from 280); Max value from RGB is 119 - color contains mainly: blue. Hex color #317077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317077 is #CE8F88. Grayscale: #5D5D5D. Windows color (decimal): -13537161 or 7827505. OLE color: 7827505.

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

Color convert

RGB 49 112 119 -
CMYK 0.59 0.06 0 0.53
HSL 186º 0.42% 0.33% -
HSV(B) 186º 0.59% 0.47% -
XYZ 10.39 13.57 19.53 -
YUV 93.96 142.13 95.93 -
System Red Green Blue C M Y K H S L
Decimal 49 112 119 0.59 0.06 0 0.53 186 0.42 0.33
Hex 31 70 77 3B 6 0 35 BA 2A 21
Octal 61 160 167 73 6 0 65 272 52 41
Binary 110001 1110000 1110111 111011 110 0 110101 10111010 101010 100001

Color Harmonies of #317077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317077

Black with #317077

Text Example


Text Example

White with #317077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317077; }

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

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

background-color css

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

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

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

border-color css

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

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

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