#357F99

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

Shades of Scooter #357F99

Tints of Scooter #357F99

Color information

#357F99 (or 0x357F99) is unknown color: approx Scooter. HEX triplet: 35, 7F and 99. RGB value is (53,127,153). Sum of RGB (Red+Green+Blue) = 53+127+153=333 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.92% from 333); Green value is 127 (50% from 255 or 38.14% from 333); Blue value is 153 (60.16% from 255 or 45.95% from 333); Max value from RGB is 153 - color contains mainly: blue. Hex color #357F99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357F99 is #CA8066. Grayscale: #6B6B6B. Windows color (decimal): -13271143 or 10059573. OLE color: 10059573.

HSL color Cylindrical-coordinate representation of color #357F99: hue angle of 195.6º degrees, saturation: 0.49, 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 #357F99 is Cyan = 0.65, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB53127153-
CMYK0.650.1700.4
HSL195.6º48.54%40.39%-
HSV(B)195.6º65.36%60%-
XYZ14.8118.2432.88-
YUV107.84153.4888.89-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.92%
GREEN value IS 127 (50% from 255) = 38.14%
BLUE value IS 153 (60.16% from 255) = 45.95%
R=15.92%
G=38.14%
B=45.95%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal531271530.650.1700.4195.648.5440.39
Hex357F994111028c43128
Octal65177231101210503046150
Binary110101111111110011001100000110001010100011000100110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357F99; }

 p { color: rgb(53,127,153); }

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

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

 a { background-color: rgb(53,127,153); }

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

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

 span { border-color: rgb(53,127,153); }

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