#338FA9

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

Shades of Scooter #338FA9

Tints of Scooter #338FA9

Color information

#338FA9 (or 0x338FA9) is unknown color: approx Scooter. HEX triplet: 33, 8F and A9. RGB value is (51,143,169). Sum of RGB (Red+Green+Blue) = 51+143+169=363 (48% of max value = 765). Red value is 51 (20.31% from 255 or 14.05% from 363); Green value is 143 (56.25% from 255 or 39.39% from 363); Blue value is 169 (66.41% from 255 or 46.56% from 363); Max value from RGB is 169 - color contains mainly: blue. Hex color #338FA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338FA9 is #CC7056. Grayscale: #767676. Windows color (decimal): -13398103 or 11112243. OLE color: 11112243.

HSL color Cylindrical-coordinate representation of color #338FA9: hue angle of 193.22º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #338FA9 is Cyan = 0.70, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB51143169-
CMYK0.700.1500.34
HSL193.22º53.64%43.14%-
HSV(B)193.22º69.82%66.27%-
XYZ18.3523.2141.05-
YUV118.46156.5279.89-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.05%
GREEN value IS 143 (56.25% from 255) = 39.39%
BLUE value IS 169 (66.41% from 255) = 46.56%
R=14.05%
G=39.39%
B=46.56%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal511431690.700.1500.34193.2253.6443.14
Hex338FA946F022c1362b
Octal63217251106170423016653
Binary110011100011111010100110001101111010001011000001110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338FA9; }

 p { color: rgb(51,143,169); }

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

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

 a { background-color: rgb(51,143,169); }

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

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

 span { border-color: rgb(51,143,169); }

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