#31827E

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

Shades of Atoll #31827E

Tints of Atoll #31827E

Color information

#31827E (or 0x31827E) is unknown color: approx Atoll. HEX triplet: 31, 82 and 7E. RGB value is (49,130,126). Sum of RGB (Red+Green+Blue) = 49+130+126=305 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.07% from 305); Green value is 130 (51.17% from 255 or 42.62% from 305); Blue value is 126 (49.61% from 255 or 41.31% from 305); Max value from RGB is 130 - color contains mainly: green. Hex color #31827E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31827E is #CE7D81. Grayscale: #696969. Windows color (decimal): -13532546 or 8290865. OLE color: 8290865.

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

Color convert

RGB49130126-
CMYK0.6200.030.49
HSL177.04º45.25%35.1%-
HSV(B)177.04º62.31%50.98%-
XYZ13.0218.1222.55-
YUV105.32139.6687.83-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.07%
GREEN value IS 130 (51.17% from 255) = 42.62%
BLUE value IS 126 (49.61% from 255) = 41.31%
R=16.07%
G=42.62%
B=41.31%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal491301260.6200.030.49177.0445.2535.1
Hex31827E3E0331b12d23
Octal612021767603612615543
Binary11000110000010111111011111001111000110110001101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31827E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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