Html Css Color HEX #317E83 Atoll

📋 copy color: '#317E83'

red 49 ◦ green 126 ◦ blue 131

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

Shades of Atoll #317E83

Tints of Atoll #317E83

RGB

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

 GREEN value IS 126 (49.61% from 255) = 41.18%

 BLUE value IS 131 (51.56% from 255) = 42.81%

R = 16.01%
G = 41.18%
B = 42.81%

CMYK

 C value IS 0.63

 M value IS 0.04

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#317E83 (or 0x317E83) is known color: Atoll. HEX triplet: 31, 7E and 83. RGB value is (49,126,131). Sum of RGB (Red+Green+Blue) = 49+126+131=306 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.01% from 306); Green value is 126 (49.61% from 255 or 41.18% from 306); Blue value is 131 (51.56% from 255 or 42.81% from 306); Max value from RGB is 131 - color contains mainly: blue. Hex color #317E83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317E83 is #CE817C. Grayscale: #676767. Windows color (decimal): -13533565 or 8617521. OLE color: 8617521.

HSL color Cylindrical-coordinate representation of color #317E83: hue angle of 183.66º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #317E83 is Cyan = 0.63, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 49 126 131 -
CMYK 0.63 0.04 0 0.49
HSL 183.66º 0.46% 0.35% -
HSV(B) 183.66º 0.63% 0.51% -
XYZ 12.82 17.21 24.12 -
YUV 103.55 143.49 89.09 -
System Red Green Blue C M Y K H S L
Decimal 49 126 131 0.63 0.04 0 0.49 183.66 0.46 0.35
Hex 31 7E 83 3F 4 0 31 B8 2E 23
Octal 61 176 203 77 4 0 61 270 56 43
Binary 110001 1111110 10000011 111111 100 0 110001 10111000 101110 100011

Color Harmonies of #317E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317E83

Black with #317E83

Text Example


Text Example

White with #317E83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,126,131); }

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

background-color css

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

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

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

border-color css

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

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

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