#358695

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

Shades of Scooter #358695

Tints of Scooter #358695

Color information

#358695 (or 0x358695) is unknown color: approx Scooter. HEX triplet: 35, 86 and 95. RGB value is (53,134,149). Sum of RGB (Red+Green+Blue) = 53+134+149=336 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.77% from 336); Green value is 134 (52.73% from 255 or 39.88% from 336); Blue value is 149 (58.59% from 255 or 44.35% from 336); Max value from RGB is 149 - color contains mainly: blue. Hex color #358695 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358695 is #CA796A. Grayscale: #6F6F6F. Windows color (decimal): -13269355 or 9799221. OLE color: 9799221.

HSL color Cylindrical-coordinate representation of color #358695: hue angle of 189.38º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #358695 is Cyan = 0.64, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB53134149-
CMYK0.640.1000.42
HSL189.38º47.52%39.61%-
HSV(B)189.38º64.43%58.43%-
XYZ15.4219.9831.48-
YUV111.49149.1686.28-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.77%
GREEN value IS 134 (52.73% from 255) = 39.88%
BLUE value IS 149 (58.59% from 255) = 44.35%
R=15.77%
G=39.88%
B=44.35%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal531341490.640.1000.42189.3847.5239.61
Hex35869540A02Abd3028
Octal65206225100120522756050
Binary110101100001101001010110000001010010101010111101110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358695; }

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

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

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

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

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

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

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

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