#358796

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

Shades of Scooter #358796

Tints of Scooter #358796

Color information

#358796 (or 0x358796) is unknown color: approx Scooter. HEX triplet: 35, 87 and 96. RGB value is (53,135,150). Sum of RGB (Red+Green+Blue) = 53+135+150=338 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.68% from 338); Green value is 135 (53.12% from 255 or 39.94% from 338); Blue value is 150 (58.98% from 255 or 44.38% from 338); Max value from RGB is 150 - color contains mainly: blue. Hex color #358796 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358796 is #CA7869. Grayscale: #707070. Windows color (decimal): -13269098 or 9865013. OLE color: 9865013.

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

Color convert

RGB53135150-
CMYK0.650.100.41
HSL189.28º47.78%39.8%-
HSV(B)189.28º64.67%58.82%-
XYZ15.6420.2931.95-
YUV112.19149.3385.78-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.68%
GREEN value IS 135 (53.12% from 255) = 39.94%
BLUE value IS 150 (58.98% from 255) = 44.38%
R=15.68%
G=39.94%
B=44.38%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal531351500.650.100.41189.2847.7839.8
Hex35879641A029bd3028
Octal65207226101120512756050
Binary110101100001111001011010000011010010100110111101110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358796; }

 p { color: rgb(53,135,150); }

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

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

 a { background-color: rgb(53,135,150); }

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

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

 span { border-color: rgb(53,135,150); }

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