#358493

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

Shades of Scooter #358493

Tints of Scooter #358493

Color information

#358493 (or 0x358493) is unknown color: approx Scooter. HEX triplet: 35, 84 and 93. RGB value is (53,132,147). Sum of RGB (Red+Green+Blue) = 53+132+147=332 (43% of max value = 765). Red value is 53 (21.09% from 255 or 15.96% from 332); Green value is 132 (51.95% from 255 or 39.76% from 332); Blue value is 147 (57.81% from 255 or 44.28% from 332); Max value from RGB is 147 - color contains mainly: blue. Hex color #358493 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358493 is #CA7B6C. Grayscale: #6D6D6D. Windows color (decimal): -13269869 or 9667637. OLE color: 9667637.

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

Color convert

RGB53132147-
CMYK0.640.1000.42
HSL189.57º47%39.22%-
HSV(B)189.57º63.95%57.65%-
XYZ14.9919.3730.55-
YUV110.09148.8387.28-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.96%
GREEN value IS 132 (51.95% from 255) = 39.76%
BLUE value IS 147 (57.81% from 255) = 44.28%
R=15.96%
G=39.76%
B=44.28%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal531321470.640.1000.42189.574739.22
Hex35849340A02Abe2f27
Octal65204223100120522765747
Binary110101100001001001001110000001010010101010111110101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358493; }

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

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

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

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

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

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

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

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