#31A2B2

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

Shades of Pelorous #31A2B2

Tints of Pelorous #31A2B2

Color information

#31A2B2 (or 0x31A2B2) is unknown color: approx Pelorous. HEX triplet: 31, A2 and B2. RGB value is (49,162,178). Sum of RGB (Red+Green+Blue) = 49+162+178=389 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.60% from 389); Green value is 162 (63.67% from 255 or 41.65% from 389); Blue value is 178 (69.92% from 255 or 45.76% from 389); Max value from RGB is 178 - color contains mainly: blue. Hex color #31A2B2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31A2B2 is #CE5D4D. Grayscale: #818181. Windows color (decimal): -13524302 or 11706929. OLE color: 11706929.

HSL color Cylindrical-coordinate representation of color #31A2B2: hue angle of 187.44º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31A2B2 is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB49162178-
CMYK0.720.0900.30
HSL187.44º56.83%44.51%-
HSV(B)187.44º72.47%69.8%-
XYZ22.2229.7146.68-
YUV130.04155.0670.2-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.60%
GREEN value IS 162 (63.67% from 255) = 41.65%
BLUE value IS 178 (69.92% from 255) = 45.76%
R=12.60%
G=41.65%
B=45.76%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal491621780.720.0900.30187.4456.8344.51
Hex31A2B248901Ebb392d
Octal61242262110110362737155
Binary11000110100010101100101001000100101111010111011111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31A2B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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