#3197AB

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

Shades of Pelorous #3197AB

Tints of Pelorous #3197AB

Color information

#3197AB (or 0x3197AB) is unknown color: approx Pelorous. HEX triplet: 31, 97 and AB. RGB value is (49,151,171). Sum of RGB (Red+Green+Blue) = 49+151+171=371 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.21% from 371); Green value is 151 (59.38% from 255 or 40.70% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 171 - color contains mainly: blue. Hex color #3197AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3197AB is #CE6854. Grayscale: #7A7A7A. Windows color (decimal): -13527125 or 11245361. OLE color: 11245361.

HSL color Cylindrical-coordinate representation of color #3197AB: hue angle of 189.84º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3197AB is Cyan = 0.71, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB49151171-
CMYK0.710.1200.33
HSL189.84º55.45%43.14%-
HSV(B)189.84º71.35%67.06%-
XYZ19.6825.7342.46-
YUV122.78155.2175.37-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.21%
GREEN value IS 151 (59.38% from 255) = 40.70%
BLUE value IS 171 (67.19% from 255) = 46.09%
R=13.21%
G=40.70%
B=46.09%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal491511710.710.1200.33189.8455.4543.14
Hex3197AB47C021be372b
Octal61227253107140412766753
Binary110001100101111010101110001111100010000110111110110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3197AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3197AB; }

 p { color: rgb(49,151,171); }

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

<style>
 a { background-color: #3197AB; }

 a { background-color: rgb(49,151,171); }

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

<style>
 span { border-color: #3197AB; }

 span { border-color: rgb(49,151,171); }

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