#31ADC2

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

Shades of Pelorous #31ADC2

Tints of Pelorous #31ADC2

Color information

#31ADC2 (or 0x31ADC2) is unknown color: approx Pelorous. HEX triplet: 31, AD and C2. RGB value is (49,173,194). Sum of RGB (Red+Green+Blue) = 49+173+194=416 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.78% from 416); Green value is 173 (67.97% from 255 or 41.59% from 416); Blue value is 194 (76.17% from 255 or 46.63% from 416); Max value from RGB is 194 - color contains mainly: blue. Hex color #31ADC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31ADC2 is #CE523D. Grayscale: #8A8A8A. Windows color (decimal): -13521470 or 12758321. OLE color: 12758321.

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

Color convert

RGB49173194-
CMYK0.750.1100.24
HSL188.69º59.67%47.65%-
HSV(B)188.69º74.74%76.08%-
XYZ25.9534.4456.32-
YUV138.32159.4264.29-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 11.78%
GREEN value IS 173 (67.97% from 255) = 41.59%
BLUE value IS 194 (76.17% from 255) = 46.63%
R=11.78%
G=41.59%
B=46.63%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal491731940.750.1100.24188.6959.6747.65
Hex31ADC24BB018bd3c30
Octal61255302113130302757460
Binary11000110101101110000101001011101101100010111101111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31ADC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,173,194); }

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

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

 a { background-color: rgb(49,173,194); }

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

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

 span { border-color: rgb(49,173,194); }

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