#359398

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

Shades of Scooter #359398

Tints of Scooter #359398

Color information

#359398 (or 0x359398) is unknown color: approx Scooter. HEX triplet: 35, 93 and 98. RGB value is (53,147,152). Sum of RGB (Red+Green+Blue) = 53+147+152=352 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.06% from 352); Green value is 147 (57.81% from 255 or 41.76% from 352); Blue value is 152 (59.77% from 255 or 43.18% from 352); Max value from RGB is 152 - color contains mainly: blue. Hex color #359398 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359398 is #CA6C67. Grayscale: #777777. Windows color (decimal): -13266024 or 9999157. OLE color: 9999157.

HSL color Cylindrical-coordinate representation of color #359398: hue angle of 183.03º degrees, saturation: 0.48, 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 #359398 is Cyan = 0.65, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB53147152-
CMYK0.650.0300.40
HSL183.03º48.29%40.2%-
HSV(B)183.03º65.13%59.61%-
XYZ17.5723.8933.39-
YUV119.46146.3680.59-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.06%
GREEN value IS 147 (57.81% from 255) = 41.76%
BLUE value IS 152 (59.77% from 255) = 43.18%
R=15.06%
G=41.76%
B=43.18%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal531471520.650.0300.40183.0348.2940.2
Hex359398413028b73028
Octal6522323010130502676050
Binary1101011001001110011000100000111010100010110111110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359398; }

 p { color: rgb(53,147,152); }

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

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

 a { background-color: rgb(53,147,152); }

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

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

 span { border-color: rgb(53,147,152); }

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