#358292

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

Shades of Scooter #358292

Tints of Scooter #358292

Color information

#358292 (or 0x358292) is unknown color: approx Scooter. HEX triplet: 35, 82 and 92. RGB value is (53,130,146). Sum of RGB (Red+Green+Blue) = 53+130+146=329 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.11% from 329); Green value is 130 (51.17% from 255 or 39.51% from 329); Blue value is 146 (57.42% from 255 or 44.38% from 329); Max value from RGB is 146 - color contains mainly: blue. Hex color #358292 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358292 is #CA7D6D. Grayscale: #6C6C6C. Windows color (decimal): -13270382 or 9601589. OLE color: 9601589.

HSL color Cylindrical-coordinate representation of color #358292: hue angle of 190.32º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #358292 is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB53130146-
CMYK0.640.1100.43
HSL190.32º46.73%39.02%-
HSV(B)190.32º63.7%57.25%-
XYZ14.6418.830.05-
YUV108.8148.9988.2-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.11%
GREEN value IS 130 (51.17% from 255) = 39.51%
BLUE value IS 146 (57.42% from 255) = 44.38%
R=16.11%
G=39.51%
B=44.38%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal531301460.640.1100.43190.3246.7339.02
Hex35829240B02Bbe2f27
Octal65202222100130532765747
Binary110101100000101001001010000001011010101110111110101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358292; }

 p { color: rgb(53,130,146); }

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

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

 a { background-color: rgb(53,130,146); }

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

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

 span { border-color: rgb(53,130,146); }

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