#338B93

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

Shades of Scooter #338B93

Tints of Scooter #338B93

Color information

#338B93 (or 0x338B93) is unknown color: approx Scooter. HEX triplet: 33, 8B and 93. RGB value is (51,139,147). Sum of RGB (Red+Green+Blue) = 51+139+147=337 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.13% from 337); Green value is 139 (54.69% from 255 or 41.25% from 337); Blue value is 147 (57.81% from 255 or 43.62% from 337); Max value from RGB is 147 - color contains mainly: blue. Hex color #338B93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338B93 is #CC746C. Grayscale: #717171. Windows color (decimal): -13399149 or 9669427. OLE color: 9669427.

HSL color Cylindrical-coordinate representation of color #338B93: hue angle of 185º 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 #338B93 is Cyan = 0.65, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB51139147-
CMYK0.650.0500.42
HSL185º48.48%38.82%-
HSV(B)185º65.31%57.65%-
XYZ15.8621.2830.87-
YUV113.6146.8583.35-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.13%
GREEN value IS 139 (54.69% from 255) = 41.25%
BLUE value IS 147 (57.81% from 255) = 43.62%
R=15.13%
G=41.25%
B=43.62%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal511391470.650.0500.4218548.4838.82
Hex338B9341502Ab93027
Octal6321322310150522716047
Binary11001110001011100100111000001101010101010111001110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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