Html Css Color HEX #317079 Atoll

📋 copy color: '#317079'

red 49 ◦ green 112 ◦ blue 121

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

Shades of Atoll #317079

Tints of Atoll #317079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 42.91%

R = 17.38%
G = 39.72%
B = 42.91%

CMYK

 C value IS 0.60

 M value IS 0.07

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#317079 (or 0x317079) is known color: Atoll. HEX triplet: 31, 70 and 79. RGB value is (49,112,121). Sum of RGB (Red+Green+Blue) = 49+112+121=282 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.38% from 282); Green value is 112 (44.14% from 255 or 39.72% from 282); Blue value is 121 (47.66% from 255 or 42.91% from 282); Max value from RGB is 121 - color contains mainly: blue. Hex color #317079 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317079 is #CE8F86. Grayscale: #5E5E5E. Windows color (decimal): -13537159 or 7958577. OLE color: 7958577.

HSL color Cylindrical-coordinate representation of color #317079: hue angle of 187.5º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #317079 is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 112 121 -
CMYK 0.60 0.07 0 0.53
HSL 187.5º 0.42% 0.33% -
HSV(B) 187.5º 0.6% 0.47% -
XYZ 10.51 13.62 20.16 -
YUV 94.19 143.13 95.77 -
System Red Green Blue C M Y K H S L
Decimal 49 112 121 0.60 0.07 0 0.53 187.5 0.42 0.33
Hex 31 70 79 3C 7 0 35 BC 2A 21
Octal 61 160 171 74 7 0 65 274 52 41
Binary 110001 1110000 1111001 111100 111 0 110101 10111100 101010 100001

Color Harmonies of #317079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317079

Black with #317079

Text Example


Text Example

White with #317079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317079; }

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

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

background-color css

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

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

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

border-color css

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

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

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