#31828B

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

Shades of Atoll #31828B

Tints of Atoll #31828B

Color information

#31828B (or 0x31828B) is unknown color: approx Atoll. HEX triplet: 31, 82 and 8B. RGB value is (49,130,139). Sum of RGB (Red+Green+Blue) = 49+130+139=318 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.41% from 318); Green value is 130 (51.17% from 255 or 40.88% from 318); Blue value is 139 (54.69% from 255 or 43.71% from 318); Max value from RGB is 139 - color contains mainly: blue. Hex color #31828B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31828B is #CE7D74. Grayscale: #6A6A6A. Windows color (decimal): -13532533 or 9142833. OLE color: 9142833.

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

Color convert

RGB49130139-
CMYK0.650.0600.45
HSL186º47.87%36.86%-
HSV(B)186º64.75%54.51%-
XYZ13.9118.4827.26-
YUV106.81146.1686.77-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.41%
GREEN value IS 130 (51.17% from 255) = 40.88%
BLUE value IS 139 (54.69% from 255) = 43.71%
R=15.41%
G=40.88%
B=43.71%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal491301390.650.0600.4518647.8736.86
Hex31828B41602Dba3025
Octal6120221310160552726045
Binary11000110000010100010111000001110010110110111010110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31828B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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