Html Css Color HEX #317174 Atoll

📋 copy color: '#317174'

red 49 ◦ green 113 ◦ blue 116

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

Shades of Atoll #317174

Tints of Atoll #317174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 41.73%

R = 17.63%
G = 40.65%
B = 41.73%

CMYK

 C value IS 0.58

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#317174 (or 0x317174) is known color: Atoll. HEX triplet: 31, 71 and 74. RGB value is (49,113,116). Sum of RGB (Red+Green+Blue) = 49+113+116=278 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.63% from 278); Green value is 113 (44.53% from 255 or 40.65% from 278); Blue value is 116 (45.70% from 255 or 41.73% from 278); Max value from RGB is 116 - color contains mainly: blue. Hex color #317174 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317174 is #CE8E8B. Grayscale: #5E5E5E. Windows color (decimal): -13536908 or 7631153. OLE color: 7631153.

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

Color convert

RGB 49 113 116 -
CMYK 0.58 0.03 0 0.55
HSL 182.69º 0.41% 0.32% -
HSV(B) 182.69º 0.58% 0.45% -
XYZ 10.32 13.72 18.63 -
YUV 94.21 140.3 95.76 -
System Red Green Blue C M Y K H S L
Decimal 49 113 116 0.58 0.03 0 0.55 182.69 0.41 0.32
Hex 31 71 74 3A 3 0 37 B7 29 20
Octal 61 161 164 72 3 0 67 267 51 40
Binary 110001 1110001 1110100 111010 11 0 110111 10110111 101001 100000

Color Harmonies of #317174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317174

Black with #317174

Text Example


Text Example

White with #317174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317174; }

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

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

background-color css

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

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

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

border-color css

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

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

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