#3296BA

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

Shades of Pelorous #3296BA

Tints of Pelorous #3296BA

Color information

#3296BA (or 0x3296BA) is unknown color: approx Pelorous. HEX triplet: 32, 96 and BA. RGB value is (50,150,186). Sum of RGB (Red+Green+Blue) = 50+150+186=386 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.95% from 386); Green value is 150 (58.98% from 255 or 38.86% from 386); Blue value is 186 (73.05% from 255 or 48.19% from 386); Max value from RGB is 186 - color contains mainly: blue. Hex color #3296BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3296BA is #CD6945. Grayscale: #7B7B7B. Windows color (decimal): -13461830 or 12228146. OLE color: 12228146.

HSL color Cylindrical-coordinate representation of color #3296BA: hue angle of 195.88º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3296BA is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB50150186-
CMYK0.730.1900.27
HSL195.88º57.63%46.27%-
HSV(B)195.88º73.12%72.94%-
XYZ21.0826.0450.37-
YUV124.2162.8775.07-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.95%
GREEN value IS 150 (58.98% from 255) = 38.86%
BLUE value IS 186 (73.05% from 255) = 48.19%
R=12.95%
G=38.86%
B=48.19%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal501501860.730.1900.27195.8857.6346.27
Hex3296BA491301Bc43a2e
Octal62226272111230333047256
Binary110010100101101011101010010011001101101111000100111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3296BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3296BA; }

 p { color: rgb(50,150,186); }

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

<style>
 a { background-color: #3296BA; }

 a { background-color: rgb(50,150,186); }

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

<style>
 span { border-color: #3296BA; }

 span { border-color: rgb(50,150,186); }

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