#3699aa

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

Shades of Scooter #3699AA

Tints of Scooter #3699AA

Color information

#3699AA (or 0x3699AA) is unknown color: approx Scooter. HEX triplet: 36, 99 and AA. RGB value is (54,153,170). Sum of RGB (Red+Green+Blue) = 54+153+170=377 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.32% from 377); Green value is 153 (60.16% from 255 or 40.58% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 170 - color contains mainly: blue. Hex color #3699AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3699AA is #C96655. Grayscale: #7D7D7D. Windows color (decimal): -13198934 or 11180342. OLE color: 11180342.

HSL color Cylindrical-coordinate representation of color #3699AA: hue angle of 188.79º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3699AA is Cyan = 0.68, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB54153170-
CMYK0.680.100.33
HSL188.79º51.79%43.92%-
HSV(B)188.79º68.24%66.67%-
XYZ20.1726.4742.08-
YUV125.34153.277.12-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.32%
GREEN value IS 153 (60.16% from 255) = 40.58%
BLUE value IS 170 (66.80% from 255) = 45.09%
R=14.32%
G=40.58%
B=45.09%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal541531700.680.100.33188.7951.7943.92
Hex3699AA44A021bd342c
Octal66231252104120412756454
Binary110110100110011010101010001001010010000110111101110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3699aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3699aa; }

 p { color: rgb(54,153,170); }

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

<style>
 a { background-color: #3699aa; }

 a { background-color: rgb(54,153,170); }

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

<style>
 span { border-color: #3699aa; }

 span { border-color: rgb(54,153,170); }

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