#359AAB

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

Shades of Scooter #359AAB

Tints of Scooter #359AAB

Color information

#359AAB (or 0x359AAB) is unknown color: approx Scooter. HEX triplet: 35, 9A and AB. RGB value is (53,154,171). Sum of RGB (Red+Green+Blue) = 53+154+171=378 (50% of max value = 765). Red value is 53 (21.09% from 255 or 14.02% from 378); Green value is 154 (60.55% from 255 or 40.74% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 171 - color contains mainly: blue. Hex color #359AAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359AAB is #CA6554. Grayscale: #7D7D7D. Windows color (decimal): -13264213 or 11246133. OLE color: 11246133.

HSL color Cylindrical-coordinate representation of color #359AAB: hue angle of 188.64º degrees, saturation: 0.53, 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 #359AAB is Cyan = 0.69, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB53154171-
CMYK0.690.1000.33
HSL188.64º52.68%43.92%-
HSV(B)188.64º69.01%67.06%-
XYZ20.3726.8142.63-
YUV125.74153.5476.12-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.02%
GREEN value IS 154 (60.55% from 255) = 40.74%
BLUE value IS 171 (67.19% from 255) = 45.24%
R=14.02%
G=40.74%
B=45.24%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal531541710.690.1000.33188.6452.6843.92
Hex359AAB45A021bd352c
Octal65232253105120412756554
Binary110101100110101010101110001011010010000110111101110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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