#3496A9

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

Shades of Scooter #3496A9

Tints of Scooter #3496A9

Color information

#3496A9 (or 0x3496A9) is unknown color: approx Scooter. HEX triplet: 34, 96 and A9. RGB value is (52,150,169). Sum of RGB (Red+Green+Blue) = 52+150+169=371 (49% of max value = 765). Red value is 52 (20.70% from 255 or 14.02% from 371); Green value is 150 (58.98% from 255 or 40.43% from 371); Blue value is 169 (66.41% from 255 or 45.55% from 371); Max value from RGB is 169 - color contains mainly: blue. Hex color #3496A9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3496A9 is #CB6956. Grayscale: #7A7A7A. Windows color (decimal): -13330775 or 11114036. OLE color: 11114036.

HSL color Cylindrical-coordinate representation of color #3496A9: hue angle of 189.74º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3496A9 is Cyan = 0.69, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB52150169-
CMYK0.690.1100.34
HSL189.74º52.94%43.33%-
HSV(B)189.74º69.23%66.27%-
XYZ19.4825.4141.41-
YUV122.86154.0377.46-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.02%
GREEN value IS 150 (58.98% from 255) = 40.43%
BLUE value IS 169 (66.41% from 255) = 45.55%
R=14.02%
G=40.43%
B=45.55%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal521501690.690.1100.34189.7452.9443.33
Hex3496A945B022be352b
Octal64226251105130422766553
Binary110100100101101010100110001011011010001010111110110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3496A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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