#31A8BC

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

Shades of Pelorous #31A8BC

Tints of Pelorous #31A8BC

Color information

#31A8BC (or 0x31A8BC) is unknown color: approx Pelorous. HEX triplet: 31, A8 and BC. RGB value is (49,168,188). Sum of RGB (Red+Green+Blue) = 49+168+188=405 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.10% from 405); Green value is 168 (66.02% from 255 or 41.48% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 188 - color contains mainly: blue. Hex color #31A8BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31A8BC is #CE5743. Grayscale: #868686. Windows color (decimal): -13522756 or 12363825. OLE color: 12363825.

HSL color Cylindrical-coordinate representation of color #31A8BC: hue angle of 188.63º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31A8BC is Cyan = 0.74, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB49168188-
CMYK0.740.1100.26
HSL188.63º58.65%46.47%-
HSV(B)188.63º73.94%73.73%-
XYZ24.3532.2952.53-
YUV134.7158.0866.87-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.10%
GREEN value IS 168 (66.02% from 255) = 41.48%
BLUE value IS 188 (73.83% from 255) = 46.42%
R=12.10%
G=41.48%
B=46.42%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal491681880.740.1100.26188.6358.6546.47
Hex31A8BC4AB01Abd3b2e
Octal61250274112130322757356
Binary11000110101000101111001001010101101101010111101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31A8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,168,188); }

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

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

 a { background-color: rgb(49,168,188); }

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

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

 span { border-color: rgb(49,168,188); }

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