#358698

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

Shades of Scooter #358698

Tints of Scooter #358698

Color information

#358698 (or 0x358698) is unknown color: approx Scooter. HEX triplet: 35, 86 and 98. RGB value is (53,134,152). Sum of RGB (Red+Green+Blue) = 53+134+152=339 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.63% from 339); Green value is 134 (52.73% from 255 or 39.53% from 339); Blue value is 152 (59.77% from 255 or 44.84% from 339); Max value from RGB is 152 - color contains mainly: blue. Hex color #358698 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358698 is #CA7967. Grayscale: #6F6F6F. Windows color (decimal): -13269352 or 9995829. OLE color: 9995829.

HSL color Cylindrical-coordinate representation of color #358698: hue angle of 190.91º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #358698 is Cyan = 0.65, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB53134152-
CMYK0.650.1200.40
HSL190.91º48.29%40.2%-
HSV(B)190.91º65.13%59.61%-
XYZ15.6620.0732.76-
YUV111.83150.6686.04-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.63%
GREEN value IS 134 (52.73% from 255) = 39.53%
BLUE value IS 152 (59.77% from 255) = 44.84%
R=15.63%
G=39.53%
B=44.84%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal531341520.650.1200.40190.9148.2940.2
Hex35869841C028bf3028
Octal65206230101140502776050
Binary110101100001101001100010000011100010100010111111110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358698; }

 p { color: rgb(53,134,152); }

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

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

 a { background-color: rgb(53,134,152); }

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

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

 span { border-color: rgb(53,134,152); }

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