#358F99

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

Shades of Scooter #358F99

Tints of Scooter #358F99

Color information

#358F99 (or 0x358F99) is unknown color: approx Scooter. HEX triplet: 35, 8F and 99. RGB value is (53,143,153). Sum of RGB (Red+Green+Blue) = 53+143+153=349 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.19% from 349); Green value is 143 (56.25% from 255 or 40.97% from 349); Blue value is 153 (60.16% from 255 or 43.84% from 349); Max value from RGB is 153 - color contains mainly: blue. Hex color #358F99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358F99 is #CA7066. Grayscale: #757575. Windows color (decimal): -13267047 or 10063669. OLE color: 10063669.

HSL color Cylindrical-coordinate representation of color #358F99: hue angle of 186º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #358F99 is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB53143153-
CMYK0.650.0700.4
HSL186º48.54%40.39%-
HSV(B)186º65.36%60%-
XYZ17.0422.733.62-
YUV117.23148.1882.19-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.19%
GREEN value IS 143 (56.25% from 255) = 40.97%
BLUE value IS 153 (60.16% from 255) = 43.84%
R=15.19%
G=40.97%
B=43.84%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal531431530.650.0700.418648.5440.39
Hex358F99417028ba3128
Octal6521723110170502726150
Binary11010110001111100110011000001111010100010111010110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,143,153); }

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

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

 a { background-color: rgb(53,143,153); }

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

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

 span { border-color: rgb(53,143,153); }

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