#338193

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

Shades of Scooter #338193

Tints of Scooter #338193

Color information

#338193 (or 0x338193) is unknown color: approx Scooter. HEX triplet: 33, 81 and 93. RGB value is (51,129,147). Sum of RGB (Red+Green+Blue) = 51+129+147=327 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.60% from 327); Green value is 129 (50.78% from 255 or 39.45% from 327); Blue value is 147 (57.81% from 255 or 44.95% from 327); Max value from RGB is 147 - color contains mainly: blue. Hex color #338193 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338193 is #CC7E6C. Grayscale: #6B6B6B. Windows color (decimal): -13401709 or 9666867. OLE color: 9666867.

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

Color convert

RGB51129147-
CMYK0.650.1200.42
HSL191.25º48.48%38.82%-
HSV(B)191.25º65.31%57.65%-
XYZ14.4818.5130.41-
YUV107.73150.1687.54-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.60%
GREEN value IS 129 (50.78% from 255) = 39.45%
BLUE value IS 147 (57.81% from 255) = 44.95%
R=15.60%
G=39.45%
B=44.95%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal511291470.650.1200.42191.2548.4838.82
Hex33819341C02Abf3027
Octal63201223101140522776047
Binary110011100000011001001110000011100010101010111111110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338193; }

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

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

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

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

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

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

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

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