#31808A

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

Shades of Atoll #31808A

Tints of Atoll #31808A

Color information

#31808A (or 0x31808A) is unknown color: approx Atoll. HEX triplet: 31, 80 and 8A. RGB value is (49,128,138). Sum of RGB (Red+Green+Blue) = 49+128+138=315 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.56% from 315); Green value is 128 (50.39% from 255 or 40.63% from 315); Blue value is 138 (54.30% from 255 or 43.81% from 315); Max value from RGB is 138 - color contains mainly: blue. Hex color #31808A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31808A is #CE7F75. Grayscale: #696969. Windows color (decimal): -13533046 or 9076785. OLE color: 9076785.

HSL color Cylindrical-coordinate representation of color #31808A: hue angle of 186.74º 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 #31808A is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB49128138-
CMYK0.640.0700.46
HSL186.74º47.59%36.67%-
HSV(B)186.74º64.49%54.12%-
XYZ13.5717.9326.79-
YUV105.52146.3387.69-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.56%
GREEN value IS 128 (50.39% from 255) = 40.63%
BLUE value IS 138 (54.30% from 255) = 43.81%
R=15.56%
G=40.63%
B=43.81%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal491281380.640.0700.46186.7447.5936.67
Hex31808A40702Ebb3025
Octal6120021210070562736045
Binary11000110000000100010101000000111010111010111011110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31808A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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