#338DA5

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

Shades of Scooter #338DA5

Tints of Scooter #338DA5

Color information

#338DA5 (or 0x338DA5) is unknown color: approx Scooter. HEX triplet: 33, 8D and A5. RGB value is (51,141,165). Sum of RGB (Red+Green+Blue) = 51+141+165=357 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.29% from 357); Green value is 141 (55.47% from 255 or 39.50% from 357); Blue value is 165 (64.84% from 255 or 46.22% from 357); Max value from RGB is 165 - color contains mainly: blue. Hex color #338DA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338DA5 is #CC725A. Grayscale: #747474. Windows color (decimal): -13398619 or 10849587. OLE color: 10849587.

HSL color Cylindrical-coordinate representation of color #338DA5: hue angle of 192.63º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #338DA5 is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB51141165-
CMYK0.690.1500.35
HSL192.63º52.78%42.35%-
HSV(B)192.63º69.09%64.71%-
XYZ17.6822.4739-
YUV116.83155.1881.05-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.29%
GREEN value IS 141 (55.47% from 255) = 39.50%
BLUE value IS 165 (64.84% from 255) = 46.22%
R=14.29%
G=39.50%
B=46.22%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal511411650.690.1500.35192.6352.7842.35
Hex338DA545F023c1352a
Octal63215245105170433016552
Binary110011100011011010010110001011111010001111000001110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,141,165); }

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

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

 a { background-color: rgb(51,141,165); }

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

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

 span { border-color: rgb(51,141,165); }

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