Html Css Color HEX #317477 Atoll

📋 copy color: '#317477'

red 49 ◦ green 116 ◦ blue 119

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

Shades of Atoll #317477

Tints of Atoll #317477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 41.9%

R = 17.25%
G = 40.85%
B = 41.9%

CMYK

 C value IS 0.59

 M value IS 0.03

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#317477 (or 0x317477) is known color: Atoll. HEX triplet: 31, 74 and 77. RGB value is (49,116,119). Sum of RGB (Red+Green+Blue) = 49+116+119=284 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.25% from 284); Green value is 116 (45.70% from 255 or 40.85% from 284); Blue value is 119 (46.88% from 255 or 41.90% from 284); Max value from RGB is 119 - color contains mainly: blue. Hex color #317477 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317477 is #CE8B88. Grayscale: #606060. Windows color (decimal): -13536137 or 7828529. OLE color: 7828529.

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

Color convert

RGB 49 116 119 -
CMYK 0.59 0.03 0 0.53
HSL 182.57º 0.42% 0.33% -
HSV(B) 182.57º 0.59% 0.47% -
XYZ 10.84 14.48 19.68 -
YUV 96.31 140.8 94.26 -
System Red Green Blue C M Y K H S L
Decimal 49 116 119 0.59 0.03 0 0.53 182.57 0.42 0.33
Hex 31 74 77 3B 3 0 35 B7 2A 21
Octal 61 164 167 73 3 0 65 267 52 41
Binary 110001 1110100 1110111 111011 11 0 110101 10110111 101010 100001

Color Harmonies of #317477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317477

Black with #317477

Text Example


Text Example

White with #317477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317477; }

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

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

background-color css

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

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

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

border-color css

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

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

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