#358CA1

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

Shades of Scooter #358CA1

Tints of Scooter #358CA1

Color information

#358CA1 (or 0x358CA1) is unknown color: approx Scooter. HEX triplet: 35, 8C and A1. RGB value is (53,140,161). Sum of RGB (Red+Green+Blue) = 53+140+161=354 (46% of max value = 765). Red value is 53 (21.09% from 255 or 14.97% from 354); Green value is 140 (55.08% from 255 or 39.55% from 354); Blue value is 161 (63.28% from 255 or 45.48% from 354); Max value from RGB is 161 - color contains mainly: blue. Hex color #358CA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358CA1 is #CA735E. Grayscale: #747474. Windows color (decimal): -13267807 or 10587189. OLE color: 10587189.

HSL color Cylindrical-coordinate representation of color #358CA1: hue angle of 191.67º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #358CA1 is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB53140161-
CMYK0.670.1300.37
HSL191.67º50.47%41.96%-
HSV(B)191.67º67.08%63.14%-
XYZ17.2822.0937.07-
YUV116.38153.1882.79-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.97%
GREEN value IS 140 (55.08% from 255) = 39.55%
BLUE value IS 161 (63.28% from 255) = 45.48%
R=14.97%
G=39.55%
B=45.48%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal531401610.670.1300.37191.6750.4741.96
Hex358CA143D025c0322a
Octal65214241103150453006252
Binary110101100011001010000110000111101010010111000000110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358CA1; }

 p { color: rgb(53,140,161); }

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

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

 a { background-color: rgb(53,140,161); }

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

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

 span { border-color: rgb(53,140,161); }

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