#338199

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

Shades of Scooter #338199

Tints of Scooter #338199

Color information

#338199 (or 0x338199) is unknown color: approx Scooter. HEX triplet: 33, 81 and 99. RGB value is (51,129,153). Sum of RGB (Red+Green+Blue) = 51+129+153=333 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.32% from 333); Green value is 129 (50.78% from 255 or 38.74% from 333); Blue value is 153 (60.16% from 255 or 45.95% from 333); Max value from RGB is 153 - color contains mainly: blue. Hex color #338199 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338199 is #CC7E66. Grayscale: #6C6C6C. Windows color (decimal): -13401703 or 10060083. OLE color: 10060083.

HSL color Cylindrical-coordinate representation of color #338199: hue angle of 194.12º 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 #338199 is Cyan = 0.67, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB51129153-
CMYK0.670.1600.4
HSL194.12º50%40%-
HSV(B)194.12º66.67%60%-
XYZ14.9718.732.96-
YUV108.41153.1687.05-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.32%
GREEN value IS 129 (50.78% from 255) = 38.74%
BLUE value IS 153 (60.16% from 255) = 45.95%
R=15.32%
G=38.74%
B=45.95%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal511291530.670.1600.4194.125040
Hex3381994310028c23228
Octal63201231103200503026250
Binary1100111000000110011001100001110000010100011000010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338199; }

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

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

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

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

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

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

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

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