Html Css Color HEX #317577 Atoll

📋 copy color: '#317577'

red 49 ◦ green 117 ◦ blue 119

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

Shades of Atoll #317577

Tints of Atoll #317577

RGB

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

 GREEN value IS 117 (46.09% from 255) = 41.05%

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

R = 17.19%
G = 41.05%
B = 41.75%

CMYK

 C value IS 0.59

 M value IS 0.02

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#317577 (or 0x317577) is known color: Atoll. HEX triplet: 31, 75 and 77. RGB value is (49,117,119). Sum of RGB (Red+Green+Blue) = 49+117+119=285 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.19% from 285); Green value is 117 (46.09% from 255 or 41.05% from 285); Blue value is 119 (46.88% from 255 or 41.75% from 285); Max value from RGB is 119 - color contains mainly: blue. Hex color #317577 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317577 is #CE8A88. Grayscale: #606060. Windows color (decimal): -13535881 or 7828785. OLE color: 7828785.

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

Color convert

RGB 49 117 119 -
CMYK 0.59 0.02 0 0.53
HSL 181.71º 0.42% 0.33% -
HSV(B) 181.71º 0.59% 0.47% -
XYZ 10.96 14.71 19.71 -
YUV 96.9 140.47 93.84 -
System Red Green Blue C M Y K H S L
Decimal 49 117 119 0.59 0.02 0 0.53 181.71 0.42 0.33
Hex 31 75 77 3B 2 0 35 B6 2A 21
Octal 61 165 167 73 2 0 65 266 52 41
Binary 110001 1110101 1110111 111011 10 0 110101 10110110 101010 100001

Color Harmonies of #317577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317577

Black with #317577

Text Example


Text Example

White with #317577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317577; }

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

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

background-color css

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

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

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

border-color css

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

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

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