Html Css Color HEX #317C86 Atoll

📋 copy color: '#317C86'

red 49 ◦ green 124 ◦ blue 134

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

Shades of Atoll #317C86

Tints of Atoll #317C86

RGB

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

 GREEN value IS 124 (48.83% from 255) = 40.39%

 BLUE value IS 134 (52.73% from 255) = 43.65%

R = 15.96%
G = 40.39%
B = 43.65%

CMYK

 C value IS 0.63

 M value IS 0.07

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#317C86 (or 0x317C86) is known color: Atoll. HEX triplet: 31, 7C and 86. RGB value is (49,124,134). Sum of RGB (Red+Green+Blue) = 49+124+134=307 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.96% from 307); Green value is 124 (48.83% from 255 or 40.39% from 307); Blue value is 134 (52.73% from 255 or 43.65% from 307); Max value from RGB is 134 - color contains mainly: blue. Hex color #317C86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317C86 is #CE8379. Grayscale: #666666. Windows color (decimal): -13534074 or 8813617. OLE color: 8813617.

HSL color Cylindrical-coordinate representation of color #317C86: hue angle of 187.06º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #317C86 is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 49 124 134 -
CMYK 0.63 0.07 0 0.47
HSL 187.06º 0.46% 0.36% -
HSV(B) 187.06º 0.63% 0.53% -
XYZ 12.78 16.79 25.12 -
YUV 102.72 145.65 89.69 -
System Red Green Blue C M Y K H S L
Decimal 49 124 134 0.63 0.07 0 0.47 187.06 0.46 0.36
Hex 31 7C 86 3F 7 0 2F BB 2E 24
Octal 61 174 206 77 7 0 57 273 56 44
Binary 110001 1111100 10000110 111111 111 0 101111 10111011 101110 100100

Color Harmonies of #317C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317C86

Black with #317C86

Text Example


Text Example

White with #317C86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317C86; }

 p { color: rgb(49,124,134); }

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

background-color css

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

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

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

border-color css

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

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

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