Html Css Color HEX #317379 Atoll

📋 copy color: '#317379'

red 49 ◦ green 115 ◦ blue 121

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

Shades of Atoll #317379

Tints of Atoll #317379

RGB

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

 GREEN value IS 115 (45.31% from 255) = 40.35%

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

R = 17.19%
G = 40.35%
B = 42.46%

CMYK

 C value IS 0.60

 M value IS 0.05

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#317379 (or 0x317379) is known color: Atoll. HEX triplet: 31, 73 and 79. RGB value is (49,115,121). Sum of RGB (Red+Green+Blue) = 49+115+121=285 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.19% from 285); Green value is 115 (45.31% from 255 or 40.35% from 285); Blue value is 121 (47.66% from 255 or 42.46% from 285); Max value from RGB is 121 - color contains mainly: blue. Hex color #317379 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317379 is #CE8C86. Grayscale: #5F5F5F. Windows color (decimal): -13536391 or 7959345. OLE color: 7959345.

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

Color convert

RGB 49 115 121 -
CMYK 0.60 0.05 0 0.53
HSL 185º 0.42% 0.33% -
HSV(B) 185º 0.6% 0.47% -
XYZ 10.85 14.29 20.28 -
YUV 95.95 142.13 94.51 -
System Red Green Blue C M Y K H S L
Decimal 49 115 121 0.60 0.05 0 0.53 185 0.42 0.33
Hex 31 73 79 3C 5 0 35 B9 2A 21
Octal 61 163 171 74 5 0 65 271 52 41
Binary 110001 1110011 1111001 111100 101 0 110101 10111001 101010 100001

Color Harmonies of #317379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317379

Black with #317379

Text Example


Text Example

White with #317379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317379; }

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

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

background-color css

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

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

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

border-color css

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

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

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