#31A6BF

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

Shades of Pelorous #31A6BF

Tints of Pelorous #31A6BF

Color information

#31A6BF (or 0x31A6BF) is unknown color: approx Pelorous. HEX triplet: 31, A6 and BF. RGB value is (49,166,191). Sum of RGB (Red+Green+Blue) = 49+166+191=406 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.07% from 406); Green value is 166 (65.23% from 255 or 40.89% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 191 - color contains mainly: blue. Hex color #31A6BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31A6BF is #CE5940. Grayscale: #858585. Windows color (decimal): -13523265 or 12559921. OLE color: 12559921.

HSL color Cylindrical-coordinate representation of color #31A6BF: hue angle of 190.56º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31A6BF is Cyan = 0.74, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB49166191-
CMYK0.740.1300.25
HSL190.56º59.17%47.06%-
HSV(B)190.56º74.35%74.9%-
XYZ24.3131.6954.13-
YUV133.87160.2467.47-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.07%
GREEN value IS 166 (65.23% from 255) = 40.89%
BLUE value IS 191 (75% from 255) = 47.04%
R=12.07%
G=40.89%
B=47.04%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal491661910.740.1300.25190.5659.1747.06
Hex31A6BF4AD019bf3b2f
Octal61246277112150312777357
Binary11000110100110101111111001010110101100110111111111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31A6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,166,191); }

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

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

 a { background-color: rgb(49,166,191); }

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

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

 span { border-color: rgb(49,166,191); }

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