#3496AE

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

Shades of Pelorous #3496AE

Tints of Pelorous #3496AE

Color information

#3496AE (or 0x3496AE) is unknown color: approx Pelorous. HEX triplet: 34, 96 and AE. RGB value is (52,150,174). Sum of RGB (Red+Green+Blue) = 52+150+174=376 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.83% from 376); Green value is 150 (58.98% from 255 or 39.89% from 376); Blue value is 174 (68.36% from 255 or 46.28% from 376); Max value from RGB is 174 - color contains mainly: blue. Hex color #3496AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3496AE is #CB6951. Grayscale: #7B7B7B. Windows color (decimal): -13330770 or 11441716. OLE color: 11441716.

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

Color convert

RGB52150174-
CMYK0.700.1400.32
HSL191.8º53.98%44.31%-
HSV(B)191.8º70.11%68.24%-
XYZ19.9625.643.93-
YUV123.43156.5377.05-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.83%
GREEN value IS 150 (58.98% from 255) = 39.89%
BLUE value IS 174 (68.36% from 255) = 46.28%
R=13.83%
G=39.89%
B=46.28%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal521501740.700.1400.32191.853.9844.31
Hex3496AE46E020c0362c
Octal64226256106160403006654
Binary110100100101101010111010001101110010000011000000110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3496AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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