#357E9B

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

Shades of Scooter #357E9B

Tints of Scooter #357E9B

Color information

#357E9B (or 0x357E9B) is unknown color: approx Scooter. HEX triplet: 35, 7E and 9B. RGB value is (53,126,155). Sum of RGB (Red+Green+Blue) = 53+126+155=334 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.87% from 334); Green value is 126 (49.61% from 255 or 37.72% from 334); Blue value is 155 (60.94% from 255 or 46.41% from 334); Max value from RGB is 155 - color contains mainly: blue. Hex color #357E9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357E9B is #CA8164. Grayscale: #6B6B6B. Windows color (decimal): -13271397 or 10190389. OLE color: 10190389.

HSL color Cylindrical-coordinate representation of color #357E9B: hue angle of 197.06º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #357E9B is Cyan = 0.66, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB53126155-
CMYK0.660.1900.39
HSL197.06º49.04%40.78%-
HSV(B)197.06º65.81%60.78%-
XYZ14.8518.0533.71-
YUV107.48154.8289.14-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.87%
GREEN value IS 126 (49.61% from 255) = 37.72%
BLUE value IS 155 (60.94% from 255) = 46.41%
R=15.87%
G=37.72%
B=46.41%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal531261550.660.1900.39197.0649.0440.78
Hex357E9B4213027c53129
Octal65176233102230473056151
Binary110101111111010011011100001010011010011111000101110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,126,155); }

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

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

 a { background-color: rgb(53,126,155); }

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

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

 span { border-color: rgb(53,126,155); }

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