#338FAB

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

Shades of Scooter #338FAB

Tints of Scooter #338FAB

Color information

#338FAB (or 0x338FAB) is unknown color: approx Scooter. HEX triplet: 33, 8F and AB. RGB value is (51,143,171). Sum of RGB (Red+Green+Blue) = 51+143+171=365 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.97% from 365); Green value is 143 (56.25% from 255 or 39.18% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #338FAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338FAB is #CC7054. Grayscale: #767676. Windows color (decimal): -13398101 or 11243315. OLE color: 11243315.

HSL color Cylindrical-coordinate representation of color #338FAB: hue angle of 194º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #338FAB is Cyan = 0.70, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB51143171-
CMYK0.700.1600.33
HSL194º54.05%43.53%-
HSV(B)194º70.18%67.06%-
XYZ18.5423.2942.05-
YUV118.68157.5279.72-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.97%
GREEN value IS 143 (56.25% from 255) = 39.18%
BLUE value IS 171 (67.19% from 255) = 46.85%
R=13.97%
G=39.18%
B=46.85%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal511431710.700.1600.3319454.0543.53
Hex338FAB4610021c2362c
Octal63217253106200413026654
Binary1100111000111110101011100011010000010000111000010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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