#358CAA

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

Shades of Scooter #358CAA

Tints of Scooter #358CAA

Color information

#358CAA (or 0x358CAA) is unknown color: approx Scooter. HEX triplet: 35, 8C and AA. RGB value is (53,140,170). Sum of RGB (Red+Green+Blue) = 53+140+170=363 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.60% from 363); Green value is 140 (55.08% from 255 or 38.57% from 363); Blue value is 170 (66.80% from 255 or 46.83% from 363); Max value from RGB is 170 - color contains mainly: blue. Hex color #358CAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358CAA is #CA7355. Grayscale: #757575. Windows color (decimal): -13267798 or 11177013. OLE color: 11177013.

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

Color convert

RGB53140170-
CMYK0.690.1800.33
HSL195.38º52.47%43.73%-
HSV(B)195.38º68.82%66.67%-
XYZ18.122.4241.4-
YUV117.41157.6882.06-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.60%
GREEN value IS 140 (55.08% from 255) = 38.57%
BLUE value IS 170 (66.80% from 255) = 46.83%
R=14.60%
G=38.57%
B=46.83%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal531401700.690.1800.33195.3852.4743.73
Hex358CAA4512021c3342c
Octal65214252105220413036454
Binary1101011000110010101010100010110010010000111000011110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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