#338B9F

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

Shades of Scooter #338B9F

Tints of Scooter #338B9F

Color information

#338B9F (or 0x338B9F) is unknown color: approx Scooter. HEX triplet: 33, 8B and 9F. RGB value is (51,139,159). Sum of RGB (Red+Green+Blue) = 51+139+159=349 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.61% from 349); Green value is 139 (54.69% from 255 or 39.83% from 349); Blue value is 159 (62.5% from 255 or 45.56% from 349); Max value from RGB is 159 - color contains mainly: blue. Hex color #338B9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338B9F is #CC7460. Grayscale: #727272. Windows color (decimal): -13399137 or 10455859. OLE color: 10455859.

HSL color Cylindrical-coordinate representation of color #338B9F: hue angle of 191.11º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #338B9F is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB51139159-
CMYK0.680.1300.38
HSL191.11º51.43%41.18%-
HSV(B)191.11º67.92%62.35%-
XYZ16.8621.6736.1-
YUV114.97152.8582.37-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.61%
GREEN value IS 139 (54.69% from 255) = 39.83%
BLUE value IS 159 (62.5% from 255) = 45.56%
R=14.61%
G=39.83%
B=45.56%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal511391590.680.1300.38191.1151.4341.18
Hex338B9F44D026bf3329
Octal63213237104150462776351
Binary110011100010111001111110001001101010011010111111110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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