#358598

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

Shades of Scooter #358598

Tints of Scooter #358598

Color information

#358598 (or 0x358598) is unknown color: approx Scooter. HEX triplet: 35, 85 and 98. RGB value is (53,133,152). Sum of RGB (Red+Green+Blue) = 53+133+152=338 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.68% from 338); Green value is 133 (52.34% from 255 or 39.35% from 338); Blue value is 152 (59.77% from 255 or 44.97% from 338); Max value from RGB is 152 - color contains mainly: blue. Hex color #358598 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358598 is #CA7A67. Grayscale: #6F6F6F. Windows color (decimal): -13269608 or 9995573. OLE color: 9995573.

HSL color Cylindrical-coordinate representation of color #358598: hue angle of 191.52º 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 #358598 is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB53133152-
CMYK0.650.1300.40
HSL191.52º48.29%40.2%-
HSV(B)191.52º65.13%59.61%-
XYZ15.5219.832.71-
YUV111.2515186.46-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.68%
GREEN value IS 133 (52.34% from 255) = 39.35%
BLUE value IS 152 (59.77% from 255) = 44.97%
R=15.68%
G=39.35%
B=44.97%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal531331520.650.1300.40191.5248.2940.2
Hex35859841D028c03028
Octal65205230101150503006050
Binary110101100001011001100010000011101010100011000000110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358598; }

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

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

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

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

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

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

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

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