#3194B1

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

Shades of Pelorous #3194B1

Tints of Pelorous #3194B1

Color information

#3194B1 (or 0x3194B1) is unknown color: approx Pelorous. HEX triplet: 31, 94 and B1. RGB value is (49,148,177). Sum of RGB (Red+Green+Blue) = 49+148+177=374 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.10% from 374); Green value is 148 (58.20% from 255 or 39.57% from 374); Blue value is 177 (69.53% from 255 or 47.33% from 374); Max value from RGB is 177 - color contains mainly: blue. Hex color #3194B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3194B1 is #CE6B4E. Grayscale: #797979. Windows color (decimal): -13527887 or 11637809. OLE color: 11637809.

HSL color Cylindrical-coordinate representation of color #3194B1: hue angle of 193.59º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3194B1 is Cyan = 0.72, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB49148177-
CMYK0.720.1600.31
HSL193.59º56.64%44.31%-
HSV(B)193.59º72.32%69.41%-
XYZ19.7925.0145.38-
YUV121.7159.276.14-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.10%
GREEN value IS 148 (58.20% from 255) = 39.57%
BLUE value IS 177 (69.53% from 255) = 47.33%
R=13.10%
G=39.57%
B=47.33%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal491481770.720.1600.31193.5956.6444.31
Hex3194B1481001Fc2392c
Octal61224261110200373027154
Binary110001100101001011000110010001000001111111000010111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3194B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3194B1; }

 p { color: rgb(49,148,177); }

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

<style>
 a { background-color: #3194B1; }

 a { background-color: rgb(49,148,177); }

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

<style>
 span { border-color: #3194B1; }

 span { border-color: rgb(49,148,177); }

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