#338799

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

Shades of Scooter #338799

Tints of Scooter #338799

Color information

#338799 (or 0x338799) is unknown color: approx Scooter. HEX triplet: 33, 87 and 99. RGB value is (51,135,153). Sum of RGB (Red+Green+Blue) = 51+135+153=339 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.04% from 339); Green value is 135 (53.12% from 255 or 39.82% from 339); Blue value is 153 (60.16% from 255 or 45.13% from 339); Max value from RGB is 153 - color contains mainly: blue. Hex color #338799 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338799 is #CC7866. Grayscale: #6F6F6F. Windows color (decimal): -13400167 or 10061619. OLE color: 10061619.

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

Color convert

RGB51135153-
CMYK0.670.1200.4
HSL190.59º50%40%-
HSV(B)190.59º66.67%60%-
XYZ15.7820.3333.23-
YUV111.94151.1784.54-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.04%
GREEN value IS 135 (53.12% from 255) = 39.82%
BLUE value IS 153 (60.16% from 255) = 45.13%
R=15.04%
G=39.82%
B=45.13%

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
Decimal511351530.670.1200.4190.595040
Hex33879943C028bf3228
Octal63207231103140502776250
Binary110011100001111001100110000111100010100010111111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338799; }

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

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

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

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

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

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

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

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