Html Css Color HEX #316A72 Atoll

📋 copy color: '#316A72'

red 49 ◦ green 106 ◦ blue 114

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

Shades of Atoll #316A72

Tints of Atoll #316A72

RGB

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

 GREEN value IS 106 (41.8% from 255) = 39.41%

 BLUE value IS 114 (44.92% from 255) = 42.38%

R = 18.22%
G = 39.41%
B = 42.38%

CMYK

 C value IS 0.57

 M value IS 0.07

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#316A72 (or 0x316A72) is known color: Atoll. HEX triplet: 31, 6A and 72. RGB value is (49,106,114). Sum of RGB (Red+Green+Blue) = 49+106+114=269 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.22% from 269); Green value is 106 (41.80% from 255 or 39.41% from 269); Blue value is 114 (44.92% from 255 or 42.38% from 269); Max value from RGB is 114 - color contains mainly: blue. Hex color #316A72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316A72 is #CE958D. Grayscale: #595959. Windows color (decimal): -13538702 or 7498289. OLE color: 7498289.

HSL color Cylindrical-coordinate representation of color #316A72: hue angle of 187.38º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #316A72 is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 106 114 -
CMYK 0.57 0.07 0 0.55
HSL 187.38º 0.4% 0.32% -
HSV(B) 187.38º 0.57% 0.45% -
XYZ 9.46 12.18 17.77 -
YUV 89.87 141.62 98.85 -
System Red Green Blue C M Y K H S L
Decimal 49 106 114 0.57 0.07 0 0.55 187.38 0.4 0.32
Hex 31 6A 72 39 7 0 37 BB 28 20
Octal 61 152 162 71 7 0 67 273 50 40
Binary 110001 1101010 1110010 111001 111 0 110111 10111011 101000 100000

Color Harmonies of #316A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316A72

Black with #316A72

Text Example


Text Example

White with #316A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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