#338699

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

Shades of Scooter #338699

Tints of Scooter #338699

Color information

#338699 (or 0x338699) is unknown color: approx Scooter. HEX triplet: 33, 86 and 99. RGB value is (51,134,153). Sum of RGB (Red+Green+Blue) = 51+134+153=338 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.09% from 338); Green value is 134 (52.73% from 255 or 39.64% from 338); Blue value is 153 (60.16% from 255 or 45.27% from 338); Max value from RGB is 153 - color contains mainly: blue. Hex color #338699 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338699 is #CC7966. Grayscale: #6F6F6F. Windows color (decimal): -13400423 or 10061363. OLE color: 10061363.

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

Color convert

RGB51134153-
CMYK0.670.1200.4
HSL191.18º50%40%-
HSV(B)191.18º66.67%60%-
XYZ15.6420.0533.18-
YUV111.35151.584.96-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.09%
GREEN value IS 134 (52.73% from 255) = 39.64%
BLUE value IS 153 (60.16% from 255) = 45.27%
R=15.09%
G=39.64%
B=45.27%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal511341530.670.1200.4191.185040
Hex33869943C028bf3228
Octal63206231103140502776250
Binary110011100001101001100110000111100010100010111111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338699; }

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

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

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

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

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

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

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

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