#31A9C4

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

Shades of Pelorous #31A9C4

Tints of Pelorous #31A9C4

Color information

#31A9C4 (or 0x31A9C4) is unknown color: approx Pelorous. HEX triplet: 31, A9 and C4. RGB value is (49,169,196). Sum of RGB (Red+Green+Blue) = 49+169+196=414 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.84% from 414); Green value is 169 (66.41% from 255 or 40.82% from 414); Blue value is 196 (76.95% from 255 or 47.34% from 414); Max value from RGB is 196 - color contains mainly: blue. Hex color #31A9C4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31A9C4 is #CE563B. Grayscale: #878787. Windows color (decimal): -13522492 or 12888369. OLE color: 12888369.

HSL color Cylindrical-coordinate representation of color #31A9C4: hue angle of 191.02º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31A9C4 is Cyan = 0.75, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB49169196-
CMYK0.750.1400.23
HSL191.02º60%48.04%-
HSV(B)191.02º75%76.86%-
XYZ25.4233.0157.26-
YUV136.2161.7465.8-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 11.84%
GREEN value IS 169 (66.41% from 255) = 40.82%
BLUE value IS 196 (76.95% from 255) = 47.34%
R=11.84%
G=40.82%
B=47.34%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal491691960.750.1400.23191.026048.04
Hex31A9C44BE017bf3c30
Octal61251304113160272777460
Binary11000110101001110001001001011111001011110111111111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31A9C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,169,196); }

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

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

 a { background-color: rgb(49,169,196); }

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

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

 span { border-color: rgb(49,169,196); }

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