#358293

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

Shades of Scooter #358293

Tints of Scooter #358293

Color information

#358293 (or 0x358293) is unknown color: approx Scooter. HEX triplet: 35, 82 and 93. RGB value is (53,130,147). Sum of RGB (Red+Green+Blue) = 53+130+147=330 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.06% from 330); Green value is 130 (51.17% from 255 or 39.39% from 330); Blue value is 147 (57.81% from 255 or 44.55% from 330); Max value from RGB is 147 - color contains mainly: blue. Hex color #358293 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358293 is #CA7D6C. Grayscale: #6C6C6C. Windows color (decimal): -13270381 or 9667125. OLE color: 9667125.

HSL color Cylindrical-coordinate representation of color #358293: hue angle of 190.85º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #358293 is Cyan = 0.64, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB53130147-
CMYK0.640.1200.42
HSL190.85º47%39.22%-
HSV(B)190.85º63.95%57.65%-
XYZ14.7218.8330.46-
YUV108.92149.4988.12-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.06%
GREEN value IS 130 (51.17% from 255) = 39.39%
BLUE value IS 147 (57.81% from 255) = 44.55%
R=16.06%
G=39.39%
B=44.55%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal531301470.640.1200.42190.854739.22
Hex35829340C02Abf2f27
Octal65202223100140522775747
Binary110101100000101001001110000001100010101010111111101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358293; }

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

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

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

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

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

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

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

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