#358494

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

Shades of Scooter #358494

Tints of Scooter #358494

Color information

#358494 (or 0x358494) is unknown color: approx Scooter. HEX triplet: 35, 84 and 94. RGB value is (53,132,148). Sum of RGB (Red+Green+Blue) = 53+132+148=333 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.92% from 333); Green value is 132 (51.95% from 255 or 39.64% from 333); Blue value is 148 (58.20% from 255 or 44.44% from 333); Max value from RGB is 148 - color contains mainly: blue. Hex color #358494 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358494 is #CA7B6B. Grayscale: #6E6E6E. Windows color (decimal): -13269868 or 9733173. OLE color: 9733173.

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

Color convert

RGB53132148-
CMYK0.640.1100.42
HSL190.11º47.26%39.41%-
HSV(B)190.11º64.19%58.04%-
XYZ15.0619.430.97-
YUV110.2149.3387.2-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.92%
GREEN value IS 132 (51.95% from 255) = 39.64%
BLUE value IS 148 (58.20% from 255) = 44.44%
R=15.92%
G=39.64%
B=44.44%

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
Decimal531321480.640.1100.42190.1147.2639.41
Hex35849440B02Abe2f27
Octal65204224100130522765747
Binary110101100001001001010010000001011010101010111110101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358494; }

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

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

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

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

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

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

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

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