Html Css Color HEX #316B75 Atoll

📋 copy color: '#316B75'

red 49 ◦ green 107 ◦ blue 117

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

Shades of Atoll #316B75

Tints of Atoll #316B75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 42.86%

R = 17.95%
G = 39.19%
B = 42.86%

CMYK

 C value IS 0.58

 M value IS 0.09

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#316B75 (or 0x316B75) is known color: Atoll. HEX triplet: 31, 6B and 75. RGB value is (49,107,117). Sum of RGB (Red+Green+Blue) = 49+107+117=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 107 (42.19% from 255 or 39.19% from 273); Blue value is 117 (46.09% from 255 or 42.86% from 273); Max value from RGB is 117 - color contains mainly: blue. Hex color #316B75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316B75 is #CE948A. Grayscale: #5A5A5A. Windows color (decimal): -13538443 or 7695153. OLE color: 7695153.

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

Color convert

RGB 49 107 117 -
CMYK 0.58 0.09 0 0.54
HSL 188.82º 0.41% 0.33% -
HSV(B) 188.82º 0.58% 0.46% -
XYZ 9.74 12.45 18.72 -
YUV 90.8 142.78 98.19 -
System Red Green Blue C M Y K H S L
Decimal 49 107 117 0.58 0.09 0 0.54 188.82 0.41 0.33
Hex 31 6B 75 3A 9 0 36 BD 29 21
Octal 61 153 165 72 11 0 66 275 51 41
Binary 110001 1101011 1110101 111010 1001 0 110110 10111101 101001 100001

Color Harmonies of #316B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316B75

Black with #316B75

Text Example


Text Example

White with #316B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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