#338AA6

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

Shades of Scooter #338AA6

Tints of Scooter #338AA6

Color information

#338AA6 (or 0x338AA6) is unknown color: approx Scooter. HEX triplet: 33, 8A and A6. RGB value is (51,138,166). Sum of RGB (Red+Green+Blue) = 51+138+166=355 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.37% from 355); Green value is 138 (54.30% from 255 or 38.87% from 355); Blue value is 166 (65.23% from 255 or 46.76% from 355); Max value from RGB is 166 - color contains mainly: blue. Hex color #338AA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338AA6 is #CC7559. Grayscale: #727272. Windows color (decimal): -13399386 or 10914355. OLE color: 10914355.

HSL color Cylindrical-coordinate representation of color #338AA6: hue angle of 194.61º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #338AA6 is Cyan = 0.69, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB51138166-
CMYK0.690.1700.35
HSL194.61º53%42.55%-
HSV(B)194.61º69.28%65.1%-
XYZ17.3421.6339.34-
YUV115.18156.6882.22-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.37%
GREEN value IS 138 (54.30% from 255) = 38.87%
BLUE value IS 166 (65.23% from 255) = 46.76%
R=14.37%
G=38.87%
B=46.76%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal511381660.690.1700.35194.615342.55
Hex338AA64511023c3352b
Octal63212246105210433036553
Binary1100111000101010100110100010110001010001111000011110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,138,166); }

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

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

 a { background-color: rgb(51,138,166); }

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

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

 span { border-color: rgb(51,138,166); }

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