#319AC5

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

Shades of Pelorous #319AC5

Tints of Pelorous #319AC5

Color information

#319AC5 (or 0x319AC5) is unknown color: approx Pelorous. HEX triplet: 31, 9A and C5. RGB value is (49,154,197). Sum of RGB (Red+Green+Blue) = 49+154+197=400 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.25% from 400); Green value is 154 (60.55% from 255 or 38.5% from 400); Blue value is 197 (77.34% from 255 or 49.25% from 400); Max value from RGB is 197 - color contains mainly: blue. Hex color #319AC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319AC5 is #CE653A. Grayscale: #7F7F7F. Windows color (decimal): -13526331 or 12950065. OLE color: 12950065.

HSL color Cylindrical-coordinate representation of color #319AC5: hue angle of 197.43º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #319AC5 is Cyan = 0.75, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB49154197-
CMYK0.750.2200.23
HSL197.43º60.16%48.24%-
HSV(B)197.43º75.13%77.25%-
XYZ22.927.856.98-
YUV127.51167.2172-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.25%
GREEN value IS 154 (60.55% from 255) = 38.5%
BLUE value IS 197 (77.34% from 255) = 49.25%
R=12.25%
G=38.5%
B=49.25%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal491541970.750.2200.23197.4360.1648.24
Hex319AC54B16017c53c30
Octal61232305113260273057460
Binary110001100110101100010110010111011001011111000101111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319AC5; }

 p { color: rgb(49,154,197); }

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

<style>
 a { background-color: #319AC5; }

 a { background-color: rgb(49,154,197); }

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

<style>
 span { border-color: #319AC5; }

 span { border-color: rgb(49,154,197); }

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