#358F9D

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

Shades of Scooter #358F9D

Tints of Scooter #358F9D

Color information

#358F9D (or 0x358F9D) is unknown color: approx Scooter. HEX triplet: 35, 8F and 9D. RGB value is (53,143,157). Sum of RGB (Red+Green+Blue) = 53+143+157=353 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.01% from 353); Green value is 143 (56.25% from 255 or 40.51% from 353); Blue value is 157 (61.72% from 255 or 44.48% from 353); Max value from RGB is 157 - color contains mainly: blue. Hex color #358F9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358F9D is #CA7062. Grayscale: #757575. Windows color (decimal): -13267043 or 10325813. OLE color: 10325813.

HSL color Cylindrical-coordinate representation of color #358F9D: hue angle of 188.08º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #358F9D is Cyan = 0.66, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB53143157-
CMYK0.660.0900.38
HSL188.08º49.52%41.18%-
HSV(B)188.08º66.24%61.57%-
XYZ17.3822.8435.39-
YUV117.69150.1881.86-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.01%
GREEN value IS 143 (56.25% from 255) = 40.51%
BLUE value IS 157 (61.72% from 255) = 44.48%
R=15.01%
G=40.51%
B=44.48%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal531431570.660.0900.38188.0849.5241.18
Hex358F9D429026bc3229
Octal65217235102110462746251
Binary110101100011111001110110000101001010011010111100110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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