#3296C1

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

Shades of Pelorous #3296C1

Tints of Pelorous #3296C1

Color information

#3296C1 (or 0x3296C1) is unknown color: approx Pelorous. HEX triplet: 32, 96 and C1. RGB value is (50,150,193). Sum of RGB (Red+Green+Blue) = 50+150+193=393 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.72% from 393); Green value is 150 (58.98% from 255 or 38.17% from 393); Blue value is 193 (75.78% from 255 or 49.11% from 393); Max value from RGB is 193 - color contains mainly: blue. Hex color #3296C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3296C1 is #CD693E. Grayscale: #7C7C7C. Windows color (decimal): -13461823 or 12686898. OLE color: 12686898.

HSL color Cylindrical-coordinate representation of color #3296C1: hue angle of 198.04º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3296C1 is Cyan = 0.74, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB50150193-
CMYK0.740.2200.24
HSL198.04º58.85%47.65%-
HSV(B)198.04º74.09%75.69%-
XYZ21.8526.3454.38-
YUV125166.3774.5-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.72%
GREEN value IS 150 (58.98% from 255) = 38.17%
BLUE value IS 193 (75.78% from 255) = 49.11%
R=12.72%
G=38.17%
B=49.11%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal501501930.740.2200.24198.0458.8547.65
Hex3296C14A16018c63b30
Octal62226301112260303067360
Binary110010100101101100000110010101011001100011000110111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3296C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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