#339199

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

Shades of Scooter #339199

Tints of Scooter #339199

Color information

#339199 (or 0x339199) is unknown color: approx Scooter. HEX triplet: 33, 91 and 99. RGB value is (51,145,153). Sum of RGB (Red+Green+Blue) = 51+145+153=349 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.61% from 349); Green value is 145 (57.03% from 255 or 41.55% from 349); Blue value is 153 (60.16% from 255 or 43.84% from 349); Max value from RGB is 153 - color contains mainly: blue. Hex color #339199 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339199 is #CC6E66. Grayscale: #757575. Windows color (decimal): -13397607 or 10064179. OLE color: 10064179.

HSL color Cylindrical-coordinate representation of color #339199: hue angle of 184.71º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #339199 is Cyan = 0.67, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB51145153-
CMYK0.670.0500.4
HSL184.71º50%40%-
HSV(B)184.71º66.67%60%-
XYZ17.2423.2533.72-
YUV117.81147.8680.35-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.61%
GREEN value IS 145 (57.03% from 255) = 41.55%
BLUE value IS 153 (60.16% from 255) = 43.84%
R=14.61%
G=41.55%
B=43.84%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal511451530.670.0500.4184.715040
Hex339199435028b93228
Octal6322123110350502716250
Binary11001110010001100110011000011101010100010111001110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #339199; }

 p { color: rgb(51,145,153); }

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

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

 a { background-color: rgb(51,145,153); }

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

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

 span { border-color: rgb(51,145,153); }

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