#338B94

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

Shades of Scooter #338B94

Tints of Scooter #338B94

Color information

#338B94 (or 0x338B94) is unknown color: approx Scooter. HEX triplet: 33, 8B and 94. RGB value is (51,139,148). Sum of RGB (Red+Green+Blue) = 51+139+148=338 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.09% from 338); Green value is 139 (54.69% from 255 or 41.12% from 338); Blue value is 148 (58.20% from 255 or 43.79% from 338); Max value from RGB is 148 - color contains mainly: blue. Hex color #338B94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338B94 is #CC746B. Grayscale: #717171. Windows color (decimal): -13399148 or 9734963. OLE color: 9734963.

HSL color Cylindrical-coordinate representation of color #338B94: hue angle of 185.57º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #338B94 is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB51139148-
CMYK0.660.0600.42
HSL185.57º48.74%39.02%-
HSV(B)185.57º65.54%58.04%-
XYZ15.9421.3131.29-
YUV113.71147.3583.27-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.09%
GREEN value IS 139 (54.69% from 255) = 41.12%
BLUE value IS 148 (58.20% from 255) = 43.79%
R=15.09%
G=41.12%
B=43.79%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal511391480.660.0600.42185.5748.7439.02
Hex338B9442602Aba3127
Octal6321322410260522726147
Binary11001110001011100101001000010110010101010111010110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,139,148); }

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

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

 a { background-color: rgb(51,139,148); }

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

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

 span { border-color: rgb(51,139,148); }

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