Html Css Color HEX #316C72 Atoll

📋 copy color: '#316C72'

red 49 ◦ green 108 ◦ blue 114

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

Shades of Atoll #316C72

Tints of Atoll #316C72

RGB

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

 GREEN value IS 108 (42.58% from 255) = 39.85%

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

R = 18.08%
G = 39.85%
B = 42.07%

CMYK

 C value IS 0.57

 M value IS 0.05

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#316C72 (or 0x316C72) is known color: Atoll. HEX triplet: 31, 6C and 72. RGB value is (49,108,114). Sum of RGB (Red+Green+Blue) = 49+108+114=271 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.08% from 271); Green value is 108 (42.58% from 255 or 39.85% from 271); Blue value is 114 (44.92% from 255 or 42.07% from 271); Max value from RGB is 114 - color contains mainly: blue. Hex color #316C72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316C72 is #CE938D. Grayscale: #5A5A5A. Windows color (decimal): -13538190 or 7498801. OLE color: 7498801.

HSL color Cylindrical-coordinate representation of color #316C72: hue angle of 185.54º 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 #316C72 is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 108 114 -
CMYK 0.57 0.05 0 0.55
HSL 185.54º 0.4% 0.32% -
HSV(B) 185.54º 0.57% 0.45% -
XYZ 9.67 12.59 17.84 -
YUV 91.04 140.95 98.01 -
System Red Green Blue C M Y K H S L
Decimal 49 108 114 0.57 0.05 0 0.55 185.54 0.4 0.32
Hex 31 6C 72 39 5 0 37 BA 28 20
Octal 61 154 162 71 5 0 67 272 50 40
Binary 110001 1101100 1110010 111001 101 0 110111 10111010 101000 100000

Color Harmonies of #316C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316C72

Black with #316C72

Text Example


Text Example

White with #316C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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