#31A5B3

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

Shades of Pelorous #31A5B3

Tints of Pelorous #31A5B3

Color information

#31A5B3 (or 0x31A5B3) is unknown color: approx Pelorous. HEX triplet: 31, A5 and B3. RGB value is (49,165,179). Sum of RGB (Red+Green+Blue) = 49+165+179=393 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.47% from 393); Green value is 165 (64.84% from 255 or 41.98% from 393); Blue value is 179 (70.31% from 255 or 45.55% from 393); Max value from RGB is 179 - color contains mainly: blue. Hex color #31A5B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31A5B3 is #CE5A4C. Grayscale: #838383. Windows color (decimal): -13523533 or 11773233. OLE color: 11773233.

HSL color Cylindrical-coordinate representation of color #31A5B3: hue angle of 186.46º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31A5B3 is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB49165179-
CMYK0.730.0800.30
HSL186.46º57.02%44.71%-
HSV(B)186.46º72.63%70.2%-
XYZ22.8630.8247.39-
YUV131.91154.5768.86-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.47%
GREEN value IS 165 (64.84% from 255) = 41.98%
BLUE value IS 179 (70.31% from 255) = 45.55%
R=12.47%
G=41.98%
B=45.55%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal491651790.730.0800.30186.4657.0244.71
Hex31A5B349801Eba392d
Octal61245263111100362727155
Binary11000110100101101100111001001100001111010111010111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31A5B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,165,179); }

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

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

 a { background-color: rgb(49,165,179); }

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

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

 span { border-color: rgb(49,165,179); }

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