#31A3BB

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

Shades of Pelorous #31A3BB

Tints of Pelorous #31A3BB

Color information

#31A3BB (or 0x31A3BB) is unknown color: approx Pelorous. HEX triplet: 31, A3 and BB. RGB value is (49,163,187). Sum of RGB (Red+Green+Blue) = 49+163+187=399 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.28% from 399); Green value is 163 (64.06% from 255 or 40.85% from 399); Blue value is 187 (73.44% from 255 or 46.87% from 399); Max value from RGB is 187 - color contains mainly: blue. Hex color #31A3BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31A3BB is #CE5C44. Grayscale: #838383. Windows color (decimal): -13524037 or 12297009. OLE color: 12297009.

HSL color Cylindrical-coordinate representation of color #31A3BB: hue angle of 190.43º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31A3BB is Cyan = 0.74, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB49163187-
CMYK0.740.1300.27
HSL190.43º58.47%46.27%-
HSV(B)190.43º73.8%73.33%-
XYZ23.3330.4451.66-
YUV131.65159.2369.05-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.28%
GREEN value IS 163 (64.06% from 255) = 40.85%
BLUE value IS 187 (73.44% from 255) = 46.87%
R=12.28%
G=40.85%
B=46.87%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal491631870.740.1300.27190.4358.4746.27
Hex31A3BB4AD01Bbe3a2e
Octal61243273112150332767256
Binary11000110100011101110111001010110101101110111110111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31A3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,163,187); }

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

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

 a { background-color: rgb(49,163,187); }

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

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

 span { border-color: rgb(49,163,187); }

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