#358E9A

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

Shades of Scooter #358E9A

Tints of Scooter #358E9A

Color information

#358E9A (or 0x358E9A) is unknown color: approx Scooter. HEX triplet: 35, 8E and 9A. RGB value is (53,142,154). Sum of RGB (Red+Green+Blue) = 53+142+154=349 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.19% from 349); Green value is 142 (55.86% from 255 or 40.69% from 349); Blue value is 154 (60.55% from 255 or 44.13% from 349); Max value from RGB is 154 - color contains mainly: blue. Hex color #358E9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358E9A is #CA7165. Grayscale: #747474. Windows color (decimal): -13267302 or 10128949. OLE color: 10128949.

HSL color Cylindrical-coordinate representation of color #358E9A: hue angle of 187.13º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #358E9A is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB53142154-
CMYK0.660.0800.40
HSL187.13º48.79%40.59%-
HSV(B)187.13º65.58%60.39%-
XYZ16.9722.4434.01-
YUV116.76149.0182.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.19%
GREEN value IS 142 (55.86% from 255) = 40.69%
BLUE value IS 154 (60.55% from 255) = 44.13%
R=15.19%
G=40.69%
B=44.13%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal531421540.660.0800.40187.1348.7940.59
Hex358E9A428028bb3129
Octal65216232102100502736151
Binary110101100011101001101010000101000010100010111011110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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