Html Css Color HEX #317076 Atoll

📋 copy color: '#317076'

red 49 ◦ green 112 ◦ blue 118

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

Shades of Atoll #317076

Tints of Atoll #317076

RGB

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

 GREEN value IS 112 (44.14% from 255) = 40.14%

 BLUE value IS 118 (46.48% from 255) = 42.29%

R = 17.56%
G = 40.14%
B = 42.29%

CMYK

 C value IS 0.58

 M value IS 0.05

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#317076 (or 0x317076) is known color: Atoll. HEX triplet: 31, 70 and 76. RGB value is (49,112,118). Sum of RGB (Red+Green+Blue) = 49+112+118=279 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.56% from 279); Green value is 112 (44.14% from 255 or 40.14% from 279); Blue value is 118 (46.48% from 255 or 42.29% from 279); Max value from RGB is 118 - color contains mainly: blue. Hex color #317076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317076 is #CE8F89. Grayscale: #5D5D5D. Windows color (decimal): -13537162 or 7761969. OLE color: 7761969.

HSL color Cylindrical-coordinate representation of color #317076: hue angle of 185.22º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #317076 is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 49 112 118 -
CMYK 0.58 0.05 0 0.54
HSL 185.22º 0.41% 0.33% -
HSV(B) 185.22º 0.58% 0.46% -
XYZ 10.33 13.55 19.21 -
YUV 93.85 141.63 96.01 -
System Red Green Blue C M Y K H S L
Decimal 49 112 118 0.58 0.05 0 0.54 185.22 0.41 0.33
Hex 31 70 76 3A 5 0 36 B9 29 21
Octal 61 160 166 72 5 0 66 271 51 41
Binary 110001 1110000 1110110 111010 101 0 110110 10111001 101001 100001

Color Harmonies of #317076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317076

Black with #317076

Text Example


Text Example

White with #317076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317076; }

 p { color: rgb(49,112,118); }

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

background-color css

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

 a { background-color: rgb(49,112,118); }

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

border-color css

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

 span { border-color: rgb(49,112,118); }

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