Html Css Color HEX #316D78 Atoll

📋 copy color: '#316D78'

red 49 ◦ green 109 ◦ blue 120

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

Shades of Atoll #316D78

Tints of Atoll #316D78

RGB

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

 GREEN value IS 109 (42.97% from 255) = 39.21%

 BLUE value IS 120 (47.27% from 255) = 43.17%

R = 17.63%
G = 39.21%
B = 43.17%

CMYK

 C value IS 0.59

 M value IS 0.09

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#316D78 (or 0x316D78) is known color: Atoll. HEX triplet: 31, 6D and 78. RGB value is (49,109,120). Sum of RGB (Red+Green+Blue) = 49+109+120=278 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.63% from 278); Green value is 109 (42.97% from 255 or 39.21% from 278); Blue value is 120 (47.27% from 255 or 43.17% from 278); Max value from RGB is 120 - color contains mainly: blue. Hex color #316D78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316D78 is #CE9287. Grayscale: #5C5C5C. Windows color (decimal): -13537928 or 7892273. OLE color: 7892273.

HSL color Cylindrical-coordinate representation of color #316D78: hue angle of 189.3º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #316D78 is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 109 120 -
CMYK 0.59 0.09 0 0.53
HSL 189.3º 0.42% 0.33% -
HSV(B) 189.3º 0.59% 0.47% -
XYZ 10.13 12.95 19.73 -
YUV 92.31 143.62 97.11 -
System Red Green Blue C M Y K H S L
Decimal 49 109 120 0.59 0.09 0 0.53 189.3 0.42 0.33
Hex 31 6D 78 3B 9 0 35 BD 2A 21
Octal 61 155 170 73 11 0 65 275 52 41
Binary 110001 1101101 1111000 111011 1001 0 110101 10111101 101010 100001

Color Harmonies of #316D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316D78

Black with #316D78

Text Example


Text Example

White with #316D78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,109,120); }

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

background-color css

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

 a { background-color: rgb(49,109,120); }

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

border-color css

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

 span { border-color: rgb(49,109,120); }

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