#31828A

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

Shades of Atoll #31828A

Tints of Atoll #31828A

Color information

#31828A (or 0x31828A) is unknown color: approx Atoll. HEX triplet: 31, 82 and 8A. RGB value is (49,130,138). Sum of RGB (Red+Green+Blue) = 49+130+138=317 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.46% from 317); Green value is 130 (51.17% from 255 or 41.01% from 317); Blue value is 138 (54.30% from 255 or 43.53% from 317); Max value from RGB is 138 - color contains mainly: blue. Hex color #31828A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31828A is #CE7D75. Grayscale: #6A6A6A. Windows color (decimal): -13532534 or 9077297. OLE color: 9077297.

HSL color Cylindrical-coordinate representation of color #31828A: hue angle of 185.39º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #31828A is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB49130138-
CMYK0.640.0600.46
HSL185.39º47.59%36.67%-
HSV(B)185.39º64.49%54.12%-
XYZ13.8418.4526.88-
YUV106.69145.6686.85-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.46%
GREEN value IS 130 (51.17% from 255) = 41.01%
BLUE value IS 138 (54.30% from 255) = 43.53%
R=15.46%
G=41.01%
B=43.53%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal491301380.640.0600.46185.3947.5936.67
Hex31828A40602Eb93025
Octal6120221210060562716045
Binary11000110000010100010101000000110010111010111001110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31828A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31828A; }

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

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

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

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

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

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

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

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