Html Css Color HEX #317170 Atoll

📋 copy color: '#317170'

red 49 ◦ green 113 ◦ blue 112

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

Shades of Atoll #317170

Tints of Atoll #317170

RGB

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

 GREEN value IS 113 (44.53% from 255) = 41.24%

 BLUE value IS 112 (44.14% from 255) = 40.88%

R = 17.88%
G = 41.24%
B = 40.88%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#317170 (or 0x317170) is known color: Atoll. HEX triplet: 31, 71 and 70. RGB value is (49,113,112). Sum of RGB (Red+Green+Blue) = 49+113+112=274 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.88% from 274); Green value is 113 (44.53% from 255 or 41.24% from 274); Blue value is 112 (44.14% from 255 or 40.88% from 274); Max value from RGB is 113 - color contains mainly: green. Hex color #317170 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317170 is #CE8E8F. Grayscale: #5D5D5D. Windows color (decimal): -13536912 or 7369009. OLE color: 7369009.

HSL color Cylindrical-coordinate representation of color #317170: hue angle of 179.06º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #317170 is Cyan = 0.57, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 113 112 -
CMYK 0.57 0 0.01 0.56
HSL 179.06º 0.4% 0.32% -
HSV(B) 179.06º 0.57% 0.44% -
XYZ 10.1 13.63 17.43 -
YUV 93.75 138.3 96.08 -
System Red Green Blue C M Y K H S L
Decimal 49 113 112 0.57 0 0.01 0.56 179.06 0.4 0.32
Hex 31 71 70 39 0 1 38 B3 28 20
Octal 61 161 160 71 0 1 70 263 50 40
Binary 110001 1110001 1110000 111001 0 1 111000 10110011 101000 100000

Color Harmonies of #317170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317170

Black with #317170

Text Example


Text Example

White with #317170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317170; }

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

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

background-color css

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

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

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

border-color css

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

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

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