#338392

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

Shades of Scooter #338392

Tints of Scooter #338392

Color information

#338392 (or 0x338392) is unknown color: approx Scooter. HEX triplet: 33, 83 and 92. RGB value is (51,131,146). Sum of RGB (Red+Green+Blue) = 51+131+146=328 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.55% from 328); Green value is 131 (51.56% from 255 or 39.94% from 328); Blue value is 146 (57.42% from 255 or 44.51% from 328); Max value from RGB is 146 - color contains mainly: blue. Hex color #338392 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338392 is #CC7C6D. Grayscale: #6C6C6C. Windows color (decimal): -13401198 or 9601843. OLE color: 9601843.

HSL color Cylindrical-coordinate representation of color #338392: hue angle of 189.47º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #338392 is Cyan = 0.65, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB51131146-
CMYK0.650.1000.43
HSL189.47º48.22%38.63%-
HSV(B)189.47º65.07%57.25%-
XYZ14.6719.0130.09-
YUV108.7914986.78-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.55%
GREEN value IS 131 (51.56% from 255) = 39.94%
BLUE value IS 146 (57.42% from 255) = 44.51%
R=15.55%
G=39.94%
B=44.51%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal511311460.650.1000.43189.4748.2238.63
Hex33839241A02Bbd3027
Octal63203222101120532756047
Binary110011100000111001001010000011010010101110111101110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338392; }

 p { color: rgb(51,131,146); }

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

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

 a { background-color: rgb(51,131,146); }

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

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

 span { border-color: rgb(51,131,146); }

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