Html Css Color HEX #317271 Atoll

📋 copy color: '#317271'

red 49 ◦ green 114 ◦ blue 113

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

Shades of Atoll #317271

Tints of Atoll #317271

RGB

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

 GREEN value IS 114 (44.92% from 255) = 41.3%

 BLUE value IS 113 (44.53% from 255) = 40.94%

R = 17.75%
G = 41.3%
B = 40.94%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#317271 (or 0x317271) is known color: Atoll. HEX triplet: 31, 72 and 71. RGB value is (49,114,113). Sum of RGB (Red+Green+Blue) = 49+114+113=276 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.75% from 276); Green value is 114 (44.92% from 255 or 41.30% from 276); Blue value is 113 (44.53% from 255 or 40.94% from 276); Max value from RGB is 114 - color contains mainly: green. Hex color #317271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317271 is #CE8D8E. Grayscale: #5E5E5E. Windows color (decimal): -13536655 or 7434801. OLE color: 7434801.

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

Color convert

RGB 49 114 113 -
CMYK 0.57 0 0.01 0.55
HSL 179.08º 0.4% 0.32% -
HSV(B) 179.08º 0.57% 0.45% -
XYZ 10.26 13.88 17.76 -
YUV 94.45 138.47 95.58 -
System Red Green Blue C M Y K H S L
Decimal 49 114 113 0.57 0 0.01 0.55 179.08 0.4 0.32
Hex 31 72 71 39 0 1 37 B3 28 20
Octal 61 162 161 71 0 1 67 263 50 40
Binary 110001 1110010 1110001 111001 0 1 110111 10110011 101000 100000

Color Harmonies of #317271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317271

Black with #317271

Text Example


Text Example

White with #317271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317271; }

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

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

background-color css

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

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

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

border-color css

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

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

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