Html Css Color HEX #317276 Atoll

📋 copy color: '#317276'

red 49 ◦ green 114 ◦ blue 118

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

Shades of Atoll #317276

Tints of Atoll #317276

RGB

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

 GREEN value IS 114 (44.92% from 255) = 40.57%

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

R = 17.44%
G = 40.57%
B = 41.99%

CMYK

 C value IS 0.58

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#317276 (or 0x317276) is known color: Atoll. HEX triplet: 31, 72 and 76. RGB value is (49,114,118). Sum of RGB (Red+Green+Blue) = 49+114+118=281 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.44% from 281); Green value is 114 (44.92% from 255 or 40.57% from 281); Blue value is 118 (46.48% from 255 or 41.99% from 281); Max value from RGB is 118 - color contains mainly: blue. Hex color #317276 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317276 is #CE8D89. Grayscale: #5E5E5E. Windows color (decimal): -13536650 or 7762481. OLE color: 7762481.

HSL color Cylindrical-coordinate representation of color #317276: hue angle of 183.48º 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 #317276 is Cyan = 0.58, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 49 114 118 -
CMYK 0.58 0.03 0 0.54
HSL 183.48º 0.41% 0.33% -
HSV(B) 183.48º 0.58% 0.46% -
XYZ 10.55 14 19.28 -
YUV 95.02 140.97 95.17 -
System Red Green Blue C M Y K H S L
Decimal 49 114 118 0.58 0.03 0 0.54 183.48 0.41 0.33
Hex 31 72 76 3A 3 0 36 B7 29 21
Octal 61 162 166 72 3 0 66 267 51 41
Binary 110001 1110010 1110110 111010 11 0 110110 10110111 101001 100001

Color Harmonies of #317276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317276

Black with #317276

Text Example


Text Example

White with #317276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317276; }

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

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

background-color css

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

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

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

border-color css

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

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

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