#338A93

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

Shades of Scooter #338A93

Tints of Scooter #338A93

Color information

#338A93 (or 0x338A93) is unknown color: approx Scooter. HEX triplet: 33, 8A and 93. RGB value is (51,138,147). Sum of RGB (Red+Green+Blue) = 51+138+147=336 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.18% from 336); Green value is 138 (54.30% from 255 or 41.07% from 336); Blue value is 147 (57.81% from 255 or 43.75% from 336); Max value from RGB is 147 - color contains mainly: blue. Hex color #338A93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338A93 is #CC756C. Grayscale: #707070. Windows color (decimal): -13399405 or 9669171. OLE color: 9669171.

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

Color convert

RGB51138147-
CMYK0.650.0600.42
HSL185.62º48.48%38.82%-
HSV(B)185.62º65.31%57.65%-
XYZ15.7220.9930.83-
YUV113.01147.1883.77-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.18%
GREEN value IS 138 (54.30% from 255) = 41.07%
BLUE value IS 147 (57.81% from 255) = 43.75%
R=15.18%
G=41.07%
B=43.75%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal511381470.650.0600.42185.6248.4838.82
Hex338A9341602Aba3027
Octal6321222310160522726047
Binary11001110001010100100111000001110010101010111010110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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