#358394

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

Shades of Scooter #358394

Tints of Scooter #358394

Color information

#358394 (or 0x358394) is unknown color: approx Scooter. HEX triplet: 35, 83 and 94. RGB value is (53,131,148). Sum of RGB (Red+Green+Blue) = 53+131+148=332 (43% of max value = 765). Red value is 53 (21.09% from 255 or 15.96% from 332); Green value is 131 (51.56% from 255 or 39.46% from 332); Blue value is 148 (58.20% from 255 or 44.58% from 332); Max value from RGB is 148 - color contains mainly: blue. Hex color #358394 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358394 is #CA7C6B. Grayscale: #6D6D6D. Windows color (decimal): -13270124 or 9732917. OLE color: 9732917.

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

Color convert

RGB53131148-
CMYK0.640.1100.42
HSL190.74º47.26%39.41%-
HSV(B)190.74º64.19%58.04%-
XYZ14.9319.1330.92-
YUV109.62149.6687.62-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.96%
GREEN value IS 131 (51.56% from 255) = 39.46%
BLUE value IS 148 (58.20% from 255) = 44.58%
R=15.96%
G=39.46%
B=44.58%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal531311480.640.1100.42190.7447.2639.41
Hex35839440B02Abf2f27
Octal65203224100130522775747
Binary110101100000111001010010000001011010101010111111101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358394; }

 p { color: rgb(53,131,148); }

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

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

 a { background-color: rgb(53,131,148); }

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

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

 span { border-color: rgb(53,131,148); }

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