#338F9D

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

Shades of Scooter #338F9D

Tints of Scooter #338F9D

Color information

#338F9D (or 0x338F9D) is unknown color: approx Scooter. HEX triplet: 33, 8F and 9D. RGB value is (51,143,157). Sum of RGB (Red+Green+Blue) = 51+143+157=351 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.53% from 351); Green value is 143 (56.25% from 255 or 40.74% from 351); Blue value is 157 (61.72% from 255 or 44.73% from 351); Max value from RGB is 157 - color contains mainly: blue. Hex color #338F9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338F9D is #CC7062. Grayscale: #747474. Windows color (decimal): -13398115 or 10325811. OLE color: 10325811.

HSL color Cylindrical-coordinate representation of color #338F9D: hue angle of 187.92º 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 #338F9D is Cyan = 0.68, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB51143157-
CMYK0.680.0900.38
HSL187.92º50.96%40.78%-
HSV(B)187.92º67.52%61.57%-
XYZ17.2722.7835.39-
YUV117.09150.5280.86-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.53%
GREEN value IS 143 (56.25% from 255) = 40.74%
BLUE value IS 157 (61.72% from 255) = 44.73%
R=14.53%
G=40.74%
B=44.73%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal511431570.680.0900.38187.9250.9640.78
Hex338F9D449026bc3329
Octal63217235104110462746351
Binary110011100011111001110110001001001010011010111100110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,143,157); }

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

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

 a { background-color: rgb(51,143,157); }

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

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

 span { border-color: rgb(51,143,157); }

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