#3197AE

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

Shades of Pelorous #3197AE

Tints of Pelorous #3197AE

Color information

#3197AE (or 0x3197AE) is unknown color: approx Pelorous. HEX triplet: 31, 97 and AE. RGB value is (49,151,174). Sum of RGB (Red+Green+Blue) = 49+151+174=374 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.10% from 374); Green value is 151 (59.38% from 255 or 40.37% from 374); Blue value is 174 (68.36% from 255 or 46.52% from 374); Max value from RGB is 174 - color contains mainly: blue. Hex color #3197AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3197AE is #CE6851. Grayscale: #7A7A7A. Windows color (decimal): -13527122 or 11441969. OLE color: 11441969.

HSL color Cylindrical-coordinate representation of color #3197AE: hue angle of 191.04º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3197AE is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB49151174-
CMYK0.720.1300.32
HSL191.04º56.05%43.73%-
HSV(B)191.04º71.84%68.24%-
XYZ19.9725.8443.98-
YUV123.12156.7175.13-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.10%
GREEN value IS 151 (59.38% from 255) = 40.37%
BLUE value IS 174 (68.36% from 255) = 46.52%
R=13.10%
G=40.37%
B=46.52%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal491511740.720.1300.32191.0456.0543.73
Hex3197AE48D020bf382c
Octal61227256110150402777054
Binary110001100101111010111010010001101010000010111111111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3197AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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