#359CAA

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

Shades of Scooter #359CAA

Tints of Scooter #359CAA

Color information

#359CAA (or 0x359CAA) is unknown color: approx Scooter. HEX triplet: 35, 9C and AA. RGB value is (53,156,170). Sum of RGB (Red+Green+Blue) = 53+156+170=379 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.98% from 379); Green value is 156 (61.33% from 255 or 41.16% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 170 - color contains mainly: blue. Hex color #359CAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359CAA is #CA6355. Grayscale: #7E7E7E. Windows color (decimal): -13263702 or 11181109. OLE color: 11181109.

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

Color convert

RGB53156170-
CMYK0.690.0800.33
HSL187.18º52.47%43.73%-
HSV(B)187.18º68.82%66.67%-
XYZ20.6127.4442.24-
YUV126.8152.3875.36-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.98%
GREEN value IS 156 (61.33% from 255) = 41.16%
BLUE value IS 170 (66.80% from 255) = 44.85%
R=13.98%
G=41.16%
B=44.85%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal531561700.690.0800.33187.1852.4743.73
Hex359CAA458021bb342c
Octal65234252105100412736454
Binary110101100111001010101010001011000010000110111011110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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