#31807E

Color #31807E Atoll (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atoll #31807E

Tints of Atoll #31807E

Color information

#31807E (or 0x31807E) is unknown color: approx Atoll. HEX triplet: 31, 80 and 7E. RGB value is (49,128,126). Sum of RGB (Red+Green+Blue) = 49+128+126=303 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.17% from 303); Green value is 128 (50.39% from 255 or 42.24% from 303); Blue value is 126 (49.61% from 255 or 41.58% from 303); Max value from RGB is 128 - color contains mainly: green. Hex color #31807E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31807E is #CE7F81. Grayscale: #686868. Windows color (decimal): -13533058 or 8290353. OLE color: 8290353.

HSL color Cylindrical-coordinate representation of color #31807E: hue angle of 178.48º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #31807E is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB49128126-
CMYK0.6200.020.50
HSL178.48º44.63%34.71%-
HSV(B)178.48º61.72%50.2%-
XYZ12.7517.622.46-
YUV104.15140.3388.66-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.17%
GREEN value IS 128 (50.39% from 255) = 42.24%
BLUE value IS 126 (49.61% from 255) = 41.58%
R=16.17%
G=42.24%
B=41.58%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal491281260.6200.020.50178.4844.6334.71
Hex31807E3E0232b22d23
Octal612001767602622625543
Binary11000110000000111111011111001011001010110010101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31807E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31807E; }

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

 H1.HeaderClassName
 {
   color: #31807E;
 }
 .AnyTagClassName
 {
   color: #31807E;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #31807E;
 }
 .BgClassName
 {
   background-color: #31807E;
 }
</style>
border-color css

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

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

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