#31A2B1

Color #31A2B1 Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #31A2B1

Tints of Pelorous #31A2B1

Color information

#31A2B1 (or 0x31A2B1) is unknown color: approx Pelorous. HEX triplet: 31, A2 and B1. RGB value is (49,162,177). Sum of RGB (Red+Green+Blue) = 49+162+177=388 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.63% from 388); Green value is 162 (63.67% from 255 or 41.75% from 388); Blue value is 177 (69.53% from 255 or 45.62% from 388); Max value from RGB is 177 - color contains mainly: blue. Hex color #31A2B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31A2B1 is #CE5D4E. Grayscale: #818181. Windows color (decimal): -13524303 or 11641393. OLE color: 11641393.

HSL color Cylindrical-coordinate representation of color #31A2B1: hue angle of 187.03º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31A2B1 is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB49162177-
CMYK0.720.0800.31
HSL187.03º56.64%44.31%-
HSV(B)187.03º72.32%69.41%-
XYZ22.1229.6746.16-
YUV129.92154.5670.28-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.63%
GREEN value IS 162 (63.67% from 255) = 41.75%
BLUE value IS 177 (69.53% from 255) = 45.62%
R=12.63%
G=41.75%
B=45.62%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal491621770.720.0800.31187.0356.6444.31
Hex31A2B148801Fbb392c
Octal61242261110100372737154
Binary11000110100010101100011001000100001111110111011111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31A2B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31A2B1; }

 p { color: rgb(49,162,177); }

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

<style>
 a { background-color: #31A2B1; }

 a { background-color: rgb(49,162,177); }

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

<style>
 span { border-color: #31A2B1; }

 span { border-color: rgb(49,162,177); }

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