Html Css Color HEX #317070 Atoll

📋 copy color: '#317070'

red 49 ◦ green 112 ◦ blue 112

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

Shades of Atoll #317070

Tints of Atoll #317070

RGB

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

 GREEN value IS 112 (44.14% from 255) = 41.03%

 BLUE value IS 112 (44.14% from 255) = 41.03%

R = 17.95%
G = 41.03%
B = 41.03%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#317070 (or 0x317070) is known color: Atoll. HEX triplet: 31, 70 and 70. RGB value is (49,112,112). Sum of RGB (Red+Green+Blue) = 49+112+112=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 112 (44.14% from 255 or 41.03% from 273); Blue value is 112 (44.14% from 255 or 41.03% from 273); Max value from RGB is 112 - color contains mainly: green, blue. Hex color #317070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317070 is #CE8F8F. Grayscale: #5D5D5D. Windows color (decimal): -13537168 or 7368753. OLE color: 7368753.

HSL color Cylindrical-coordinate representation of color #317070: hue angle of 180º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #317070 is Cyan = 0.56, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 112 112 -
CMYK 0.56 0 0 0.56
HSL 180º 0.39% 0.32% -
HSV(B) 180º 0.56% 0.44% -
XYZ 9.99 13.41 17.39 -
YUV 93.16 138.63 96.5 -
System Red Green Blue C M Y K H S L
Decimal 49 112 112 0.56 0 0 0.56 180 0.39 0.32
Hex 31 70 70 38 0 0 38 B4 27 20
Octal 61 160 160 70 0 0 70 264 47 40
Binary 110001 1110000 1110000 111000 0 0 111000 10110100 100111 100000

Color Harmonies of #317070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317070

Black with #317070

Text Example


Text Example

White with #317070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317070; }

 p { color: rgb(49,112,112); }

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

background-color css

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

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

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

border-color css

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

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

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