#338EAB

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

Shades of Scooter #338EAB

Tints of Scooter #338EAB

Color information

#338EAB (or 0x338EAB) is unknown color: approx Scooter. HEX triplet: 33, 8E and AB. RGB value is (51,142,171). Sum of RGB (Red+Green+Blue) = 51+142+171=364 (48% of max value = 765). Red value is 51 (20.31% from 255 or 14.01% from 364); Green value is 142 (55.86% from 255 or 39.01% from 364); Blue value is 171 (67.19% from 255 or 46.98% from 364); Max value from RGB is 171 - color contains mainly: blue. Hex color #338EAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338EAB is #CC7154. Grayscale: #757575. Windows color (decimal): -13398357 or 11243059. OLE color: 11243059.

HSL color Cylindrical-coordinate representation of color #338EAB: hue angle of 194.5º 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 #338EAB is Cyan = 0.70, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB51142171-
CMYK0.700.1700.33
HSL194.5º54.05%43.53%-
HSV(B)194.5º70.18%67.06%-
XYZ18.3922.9942-
YUV118.1157.8580.14-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.01%
GREEN value IS 142 (55.86% from 255) = 39.01%
BLUE value IS 171 (67.19% from 255) = 46.98%
R=14.01%
G=39.01%
B=46.98%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal511421710.700.1700.33194.554.0543.53
Hex338EAB4611021c2362c
Octal63216253106210413026654
Binary1100111000111010101011100011010001010000111000010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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