#31A0B9

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

Shades of Pelorous #31A0B9

Tints of Pelorous #31A0B9

Color information

#31A0B9 (or 0x31A0B9) is unknown color: approx Pelorous. HEX triplet: 31, A0 and B9. RGB value is (49,160,185). Sum of RGB (Red+Green+Blue) = 49+160+185=394 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.44% from 394); Green value is 160 (62.89% from 255 or 40.61% from 394); Blue value is 185 (72.66% from 255 or 46.95% from 394); Max value from RGB is 185 - color contains mainly: blue. Hex color #31A0B9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31A0B9 is #CE5F46. Grayscale: #818181. Windows color (decimal): -13524807 or 12165169. OLE color: 12165169.

HSL color Cylindrical-coordinate representation of color #31A0B9: hue angle of 191.03º 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 #31A0B9 is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB49160185-
CMYK0.740.1400.27
HSL191.03º58.12%45.88%-
HSV(B)191.03º73.51%72.55%-
XYZ22.5929.350.36-
YUV129.66159.2370.47-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.44%
GREEN value IS 160 (62.89% from 255) = 40.61%
BLUE value IS 185 (72.66% from 255) = 46.95%
R=12.44%
G=40.61%
B=46.95%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal491601850.740.1400.27191.0358.1245.88
Hex31A0B94AE01Bbf3a2e
Octal61240271112160332777256
Binary11000110100000101110011001010111001101110111111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31A0B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,160,185); }

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

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

 a { background-color: rgb(49,160,185); }

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

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

 span { border-color: rgb(49,160,185); }

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