#3296AE

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

Shades of Pelorous #3296AE

Tints of Pelorous #3296AE

Color information

#3296AE (or 0x3296AE) is unknown color: approx Pelorous. HEX triplet: 32, 96 and AE. RGB value is (50,150,174). Sum of RGB (Red+Green+Blue) = 50+150+174=374 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.37% from 374); Green value is 150 (58.98% from 255 or 40.11% 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 #3296AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3296AE is #CD6951. Grayscale: #7A7A7A. Windows color (decimal): -13461842 or 11441714. OLE color: 11441714.

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

Color convert

RGB50150174-
CMYK0.710.1400.32
HSL191.61º55.36%43.92%-
HSV(B)191.61º71.26%68.24%-
XYZ19.8625.5543.93-
YUV122.84156.8776.05-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.37%
GREEN value IS 150 (58.98% from 255) = 40.11%
BLUE value IS 174 (68.36% from 255) = 46.52%
R=13.37%
G=40.11%
B=46.52%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal501501740.710.1400.32191.6155.3643.92
Hex3296AE47E020c0372c
Octal62226256107160403006754
Binary110010100101101010111010001111110010000011000000110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3296AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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