#358198

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

Shades of Scooter #358198

Tints of Scooter #358198

Color information

#358198 (or 0x358198) is unknown color: approx Scooter. HEX triplet: 35, 81 and 98. RGB value is (53,129,152). Sum of RGB (Red+Green+Blue) = 53+129+152=334 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.87% from 334); Green value is 129 (50.78% from 255 or 38.62% from 334); Blue value is 152 (59.77% from 255 or 45.51% from 334); Max value from RGB is 152 - color contains mainly: blue. Hex color #358198 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358198 is #CA7E67. Grayscale: #6C6C6C. Windows color (decimal): -13270632 or 9994549. OLE color: 9994549.

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

Color convert

RGB53129152-
CMYK0.650.1500.40
HSL193.94º48.29%40.2%-
HSV(B)193.94º65.13%59.61%-
XYZ14.9918.7232.53-
YUV108.9152.3288.13-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.87%
GREEN value IS 129 (50.78% from 255) = 38.62%
BLUE value IS 152 (59.77% from 255) = 45.51%
R=15.87%
G=38.62%
B=45.51%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal531291520.650.1500.40193.9448.2940.2
Hex35819841F028c23028
Octal65201230101170503026050
Binary110101100000011001100010000011111010100011000010110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358198; }

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

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

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

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

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

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

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

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