#338299

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

Shades of Scooter #338299

Tints of Scooter #338299

Color information

#338299 (or 0x338299) is unknown color: approx Scooter. HEX triplet: 33, 82 and 99. RGB value is (51,130,153). Sum of RGB (Red+Green+Blue) = 51+130+153=334 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.27% from 334); Green value is 130 (51.17% from 255 or 38.92% from 334); Blue value is 153 (60.16% from 255 or 45.81% from 334); Max value from RGB is 153 - color contains mainly: blue. Hex color #338299 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338299 is #CC7D66. Grayscale: #6C6C6C. Windows color (decimal): -13401447 or 10060339. OLE color: 10060339.

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

Color convert

RGB51130153-
CMYK0.670.1500.4
HSL193.53º50%40%-
HSV(B)193.53º66.67%60%-
XYZ15.118.9733-
YUV109152.8386.63-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.27%
GREEN value IS 130 (51.17% from 255) = 38.92%
BLUE value IS 153 (60.16% from 255) = 45.81%
R=15.27%
G=38.92%
B=45.81%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal511301530.670.1500.4193.535040
Hex33829943F028c23228
Octal63202231103170503026250
Binary110011100000101001100110000111111010100011000010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338299; }

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

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

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

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

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

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

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

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