#358AA8

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

Shades of Scooter #358AA8

Tints of Scooter #358AA8

Color information

#358AA8 (or 0x358AA8) is unknown color: approx Scooter. HEX triplet: 35, 8A and A8. RGB value is (53,138,168). Sum of RGB (Red+Green+Blue) = 53+138+168=359 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.76% from 359); Green value is 138 (54.30% from 255 or 38.44% from 359); Blue value is 168 (66.02% from 255 or 46.80% from 359); Max value from RGB is 168 - color contains mainly: blue. Hex color #358AA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358AA8 is #CA7557. Grayscale: #737373. Windows color (decimal): -13268312 or 11045429. OLE color: 11045429.

HSL color Cylindrical-coordinate representation of color #358AA8: hue angle of 195.65º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #358AA8 is Cyan = 0.68, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB53138168-
CMYK0.680.1800.34
HSL195.65º52.04%43.33%-
HSV(B)195.65º68.45%65.88%-
XYZ17.6221.7640.32-
YUV116157.3483.06-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.76%
GREEN value IS 138 (54.30% from 255) = 38.44%
BLUE value IS 168 (66.02% from 255) = 46.80%
R=14.76%
G=38.44%
B=46.80%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal531381680.680.1800.34195.6552.0443.33
Hex358AA84412022c4342b
Octal65212250104220423046453
Binary1101011000101010101000100010010010010001011000100110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,138,168); }

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

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

 a { background-color: rgb(53,138,168); }

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

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

 span { border-color: rgb(53,138,168); }

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