Html Css Color HEX #317978 Atoll

📋 copy color: '#317978'

red 49 ◦ green 121 ◦ blue 120

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

Shades of Atoll #317978

Tints of Atoll #317978

RGB

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

 GREEN value IS 121 (47.66% from 255) = 41.72%

 BLUE value IS 120 (47.27% from 255) = 41.38%

R = 16.9%
G = 41.72%
B = 41.38%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#317978 (or 0x317978) is known color: Atoll. HEX triplet: 31, 79 and 78. RGB value is (49,121,120). Sum of RGB (Red+Green+Blue) = 49+121+120=290 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.90% from 290); Green value is 121 (47.66% from 255 or 41.72% from 290); Blue value is 120 (47.27% from 255 or 41.38% from 290); Max value from RGB is 121 - color contains mainly: green. Hex color #317978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317978 is #CE8687. Grayscale: #636363. Windows color (decimal): -13534856 or 7895345. OLE color: 7895345.

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

Color convert

RGB 49 121 120 -
CMYK 0.60 0 0.01 0.53
HSL 179.17º 0.42% 0.33% -
HSV(B) 179.17º 0.6% 0.47% -
XYZ 11.49 15.68 20.19 -
YUV 99.36 139.65 92.08 -
System Red Green Blue C M Y K H S L
Decimal 49 121 120 0.60 0 0.01 0.53 179.17 0.42 0.33
Hex 31 79 78 3C 0 1 35 B3 2A 21
Octal 61 171 170 74 0 1 65 263 52 41
Binary 110001 1111001 1111000 111100 0 1 110101 10110011 101010 100001

Color Harmonies of #317978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317978

Black with #317978

Text Example


Text Example

White with #317978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317978; }

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

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

background-color css

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

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

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

border-color css

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

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

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