Html Css Color HEX #317479 Atoll

📋 copy color: '#317479'

red 49 ◦ green 116 ◦ blue 121

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

Shades of Atoll #317479

Tints of Atoll #317479

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.56%

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

R = 17.13%
G = 40.56%
B = 42.31%

CMYK

 C value IS 0.60

 M value IS 0.04

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#317479 (or 0x317479) is known color: Atoll. HEX triplet: 31, 74 and 79. RGB value is (49,116,121). Sum of RGB (Red+Green+Blue) = 49+116+121=286 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.13% from 286); Green value is 116 (45.70% from 255 or 40.56% from 286); Blue value is 121 (47.66% from 255 or 42.31% from 286); Max value from RGB is 121 - color contains mainly: blue. Hex color #317479 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317479 is #CE8B86. Grayscale: #606060. Windows color (decimal): -13536135 or 7959601. OLE color: 7959601.

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

Color convert

RGB 49 116 121 -
CMYK 0.60 0.04 0 0.53
HSL 184.17º 0.42% 0.33% -
HSV(B) 184.17º 0.6% 0.47% -
XYZ 10.96 14.52 20.31 -
YUV 96.54 141.8 94.09 -
System Red Green Blue C M Y K H S L
Decimal 49 116 121 0.60 0.04 0 0.53 184.17 0.42 0.33
Hex 31 74 79 3C 4 0 35 B8 2A 21
Octal 61 164 171 74 4 0 65 270 52 41
Binary 110001 1110100 1111001 111100 100 0 110101 10111000 101010 100001

Color Harmonies of #317479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317479

Black with #317479

Text Example


Text Example

White with #317479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317479; }

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

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

background-color css

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

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

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

border-color css

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

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

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