Html Css Color HEX #316B73 Atoll

📋 copy color: '#316B73'

red 49 ◦ green 107 ◦ blue 115

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

Shades of Atoll #316B73

Tints of Atoll #316B73

RGB

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

 GREEN value IS 107 (42.19% from 255) = 39.48%

 BLUE value IS 115 (45.31% from 255) = 42.44%

R = 18.08%
G = 39.48%
B = 42.44%

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

#316B73 (or 0x316B73) is known color: Atoll. HEX triplet: 31, 6B and 73. RGB value is (49,107,115). Sum of RGB (Red+Green+Blue) = 49+107+115=271 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.08% from 271); Green value is 107 (42.19% from 255 or 39.48% from 271); Blue value is 115 (45.31% from 255 or 42.44% from 271); Max value from RGB is 115 - color contains mainly: blue. Hex color #316B73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316B73 is #CE948C. Grayscale: #5A5A5A. Windows color (decimal): -13538445 or 7564081. OLE color: 7564081.

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

Color convert

RGB 49 107 115 -
CMYK 0.57 0.07 0 0.55
HSL 187.27º 0.4% 0.32% -
HSV(B) 187.27º 0.57% 0.45% -
XYZ 9.62 12.41 18.11 -
YUV 90.57 141.78 98.35 -
System Red Green Blue C M Y K H S L
Decimal 49 107 115 0.57 0.07 0 0.55 187.27 0.4 0.32
Hex 31 6B 73 39 7 0 37 BB 28 20
Octal 61 153 163 71 7 0 67 273 50 40
Binary 110001 1101011 1110011 111001 111 0 110111 10111011 101000 100000

Color Harmonies of #316B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316B73

Black with #316B73

Text Example


Text Example

White with #316B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,107,115); }

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

background-color css

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

 a { background-color: rgb(49,107,115); }

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

border-color css

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

 span { border-color: rgb(49,107,115); }

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