Html Css Color HEX #316F75 Atoll

📋 copy color: '#316F75'

red 49 ◦ green 111 ◦ blue 117

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

Shades of Atoll #316F75

Tints of Atoll #316F75

RGB

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

 GREEN value IS 111 (43.75% from 255) = 40.07%

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

R = 17.69%
G = 40.07%
B = 42.24%

CMYK

 C value IS 0.58

 M value IS 0.05

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#316F75 (or 0x316F75) is known color: Atoll. HEX triplet: 31, 6F and 75. RGB value is (49,111,117). Sum of RGB (Red+Green+Blue) = 49+111+117=277 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.69% from 277); Green value is 111 (43.75% from 255 or 40.07% from 277); Blue value is 117 (46.09% from 255 or 42.24% from 277); Max value from RGB is 117 - color contains mainly: blue. Hex color #316F75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316F75 is #CE908A. Grayscale: #5D5D5D. Windows color (decimal): -13537419 or 7696177. OLE color: 7696177.

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

Color convert

RGB 49 111 117 -
CMYK 0.58 0.05 0 0.54
HSL 185.29º 0.41% 0.33% -
HSV(B) 185.29º 0.58% 0.46% -
XYZ 10.16 13.31 18.86 -
YUV 93.15 141.46 96.51 -
System Red Green Blue C M Y K H S L
Decimal 49 111 117 0.58 0.05 0 0.54 185.29 0.41 0.33
Hex 31 6F 75 3A 5 0 36 B9 29 21
Octal 61 157 165 72 5 0 66 271 51 41
Binary 110001 1101111 1110101 111010 101 0 110110 10111001 101001 100001

Color Harmonies of #316F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316F75

Black with #316F75

Text Example


Text Example

White with #316F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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