#358693

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

Shades of Scooter #358693

Tints of Scooter #358693

Color information

#358693 (or 0x358693) is unknown color: approx Scooter. HEX triplet: 35, 86 and 93. RGB value is (53,134,147). Sum of RGB (Red+Green+Blue) = 53+134+147=334 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.87% from 334); Green value is 134 (52.73% from 255 or 40.12% from 334); Blue value is 147 (57.81% from 255 or 44.01% from 334); Max value from RGB is 147 - color contains mainly: blue. Hex color #358693 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358693 is #CA796C. Grayscale: #6F6F6F. Windows color (decimal): -13269357 or 9668149. OLE color: 9668149.

HSL color Cylindrical-coordinate representation of color #358693: hue angle of 188.3º 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 #358693 is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB53134147-
CMYK0.640.0900.42
HSL188.3º47%39.22%-
HSV(B)188.3º63.95%57.65%-
XYZ15.2619.9130.64-
YUV111.26148.1686.44-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.87%
GREEN value IS 134 (52.73% from 255) = 40.12%
BLUE value IS 147 (57.81% from 255) = 44.01%
R=15.87%
G=40.12%
B=44.01%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal531341470.640.0900.42188.34739.22
Hex35869340902Abc2f27
Octal65206223100110522745747
Binary110101100001101001001110000001001010101010111100101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358693; }

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

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

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

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

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

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

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

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