#358096

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

Shades of Scooter #358096

Tints of Scooter #358096

Color information

#358096 (or 0x358096) is unknown color: approx Scooter. HEX triplet: 35, 80 and 96. RGB value is (53,128,150). Sum of RGB (Red+Green+Blue) = 53+128+150=331 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.01% from 331); Green value is 128 (50.39% from 255 or 38.67% from 331); Blue value is 150 (58.98% from 255 or 45.32% from 331); Max value from RGB is 150 - color contains mainly: blue. Hex color #358096 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358096 is #CA7F69. Grayscale: #6B6B6B. Windows color (decimal): -13270890 or 9863221. OLE color: 9863221.

HSL color Cylindrical-coordinate representation of color #358096: hue angle of 193.61º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #358096 is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB53128150-
CMYK0.650.1500.41
HSL193.61º47.78%39.8%-
HSV(B)193.61º64.67%58.82%-
XYZ14.6918.431.63-
YUV108.08151.6588.71-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.01%
GREEN value IS 128 (50.39% from 255) = 38.67%
BLUE value IS 150 (58.98% from 255) = 45.32%
R=16.01%
G=38.67%
B=45.32%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal531281500.650.1500.41193.6147.7839.8
Hex35809641F029c23028
Octal65200226101170513026050
Binary110101100000001001011010000011111010100111000010110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358096; }

 p { color: rgb(53,128,150); }

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

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

 a { background-color: rgb(53,128,150); }

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

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

 span { border-color: rgb(53,128,150); }

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