#31818C

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

Shades of Atoll #31818C

Tints of Atoll #31818C

Color information

#31818C (or 0x31818C) is unknown color: approx Atoll. HEX triplet: 31, 81 and 8C. RGB value is (49,129,140). Sum of RGB (Red+Green+Blue) = 49+129+140=318 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.41% from 318); Green value is 129 (50.78% from 255 or 40.57% from 318); Blue value is 140 (55.08% from 255 or 44.03% from 318); Max value from RGB is 140 - color contains mainly: blue. Hex color #31818C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31818C is #CE7E73. Grayscale: #6A6A6A. Windows color (decimal): -13532788 or 9208113. OLE color: 9208113.

HSL color Cylindrical-coordinate representation of color #31818C: hue angle of 187.25º 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 #31818C is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB49129140-
CMYK0.650.0800.45
HSL187.25º48.15%37.06%-
HSV(B)187.25º65%54.9%-
XYZ13.8518.2527.6-
YUV106.3314787.11-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.41%
GREEN value IS 129 (50.78% from 255) = 40.57%
BLUE value IS 140 (55.08% from 255) = 44.03%
R=15.41%
G=40.57%
B=44.03%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal491291400.650.0800.45187.2548.1537.06
Hex31818C41802Dbb3025
Octal61201214101100552736045
Binary110001100000011000110010000011000010110110111011110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31818C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31818C; }

 p { color: rgb(49,129,140); }

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

<style>
 a { background-color: #31818C; }

 a { background-color: rgb(49,129,140); }

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

<style>
 span { border-color: #31818C; }

 span { border-color: rgb(49,129,140); }

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