#359AAA

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

Shades of Scooter #359AAA

Tints of Scooter #359AAA

Color information

#359AAA (or 0x359AAA) is unknown color: approx Scooter. HEX triplet: 35, 9A and AA. RGB value is (53,154,170). Sum of RGB (Red+Green+Blue) = 53+154+170=377 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.06% from 377); Green value is 154 (60.55% from 255 or 40.85% 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 #359AAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359AAA is #CA6555. Grayscale: #7D7D7D. Windows color (decimal): -13264214 or 11180597. OLE color: 11180597.

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

Color convert

RGB53154170-
CMYK0.690.0900.33
HSL188.21º52.47%43.73%-
HSV(B)188.21º68.82%66.67%-
XYZ20.2826.7742.13-
YUV125.62153.0476.2-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.06%
GREEN value IS 154 (60.55% from 255) = 40.85%
BLUE value IS 170 (66.80% from 255) = 45.09%
R=14.06%
G=40.85%
B=45.09%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal531541700.690.0900.33188.2152.4743.73
Hex359AAA459021bc342c
Octal65232252105110412746454
Binary110101100110101010101010001011001010000110111100110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359AAA; }

 p { color: rgb(53,154,170); }

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

<style>
 a { background-color: #359AAA; }

 a { background-color: rgb(53,154,170); }

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

<style>
 span { border-color: #359AAA; }

 span { border-color: rgb(53,154,170); }

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