#31A4BD

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

Shades of Pelorous #31A4BD

Tints of Pelorous #31A4BD

Color information

#31A4BD (or 0x31A4BD) is unknown color: approx Pelorous. HEX triplet: 31, A4 and BD. RGB value is (49,164,189). Sum of RGB (Red+Green+Blue) = 49+164+189=402 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.19% from 402); Green value is 164 (64.45% from 255 or 40.80% from 402); Blue value is 189 (74.22% from 255 or 47.01% from 402); Max value from RGB is 189 - color contains mainly: blue. Hex color #31A4BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31A4BD is #CE5B42. Grayscale: #848484. Windows color (decimal): -13523779 or 12428337. OLE color: 12428337.

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

Color convert

RGB49164189-
CMYK0.740.1300.26
HSL190.71º58.82%46.67%-
HSV(B)190.71º74.07%74.12%-
XYZ23.7330.8852.85-
YUV132.46159.968.47-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.19%
GREEN value IS 164 (64.45% from 255) = 40.80%
BLUE value IS 189 (74.22% from 255) = 47.01%
R=12.19%
G=40.80%
B=47.01%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal491641890.740.1300.26190.7158.8246.67
Hex31A4BD4AD01Abf3b2f
Octal61244275112150322777357
Binary11000110100100101111011001010110101101010111111111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31A4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,164,189); }

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

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

 a { background-color: rgb(49,164,189); }

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

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

 span { border-color: rgb(49,164,189); }

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