#328898

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

Shades of Scooter #328898

Tints of Scooter #328898

Color information

#328898 (or 0x328898) is unknown color: approx Scooter. HEX triplet: 32, 88 and 98. RGB value is (50,136,152). Sum of RGB (Red+Green+Blue) = 50+136+152=338 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.79% from 338); Green value is 136 (53.52% from 255 or 40.24% from 338); Blue value is 152 (59.77% from 255 or 44.97% from 338); Max value from RGB is 152 - color contains mainly: blue. Hex color #328898 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328898 is #CD7767. Grayscale: #6F6F6F. Windows color (decimal): -13465448 or 9996338. OLE color: 9996338.

HSL color Cylindrical-coordinate representation of color #328898: hue angle of 189.41º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #328898 is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB50136152-
CMYK0.670.1100.40
HSL189.41º50.5%39.61%-
HSV(B)189.41º67.11%59.61%-
XYZ15.7920.5532.84-
YUV112.11150.5183.7-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.79%
GREEN value IS 136 (53.52% from 255) = 40.24%
BLUE value IS 152 (59.77% from 255) = 44.97%
R=14.79%
G=40.24%
B=44.97%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal501361520.670.1100.40189.4150.539.61
Hex32889843B028bd3228
Octal62210230103130502756250
Binary110010100010001001100010000111011010100010111101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328898; }

 p { color: rgb(50,136,152); }

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

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

 a { background-color: rgb(50,136,152); }

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

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

 span { border-color: rgb(50,136,152); }

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