#328598

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

Shades of Scooter #328598

Tints of Scooter #328598

Color information

#328598 (or 0x328598) is unknown color: approx Scooter. HEX triplet: 32, 85 and 98. RGB value is (50,133,152). Sum of RGB (Red+Green+Blue) = 50+133+152=335 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.93% from 335); Green value is 133 (52.34% from 255 or 39.70% from 335); Blue value is 152 (59.77% from 255 or 45.37% from 335); Max value from RGB is 152 - color contains mainly: blue. Hex color #328598 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328598 is #CD7A67. Grayscale: #6E6E6E. Windows color (decimal): -13466216 or 9995570. OLE color: 9995570.

HSL color Cylindrical-coordinate representation of color #328598: hue angle of 191.18º 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 #328598 is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB50133152-
CMYK0.670.1300.40
HSL191.18º50.5%39.61%-
HSV(B)191.18º67.11%59.61%-
XYZ15.3719.7232.7-
YUV110.35151.584.96-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.93%
GREEN value IS 133 (52.34% from 255) = 39.70%
BLUE value IS 152 (59.77% from 255) = 45.37%
R=14.93%
G=39.70%
B=45.37%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal501331520.670.1300.40191.1850.539.61
Hex32859843D028bf3228
Octal62205230103150502776250
Binary110010100001011001100010000111101010100010111111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328598; }

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

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

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

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

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

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

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

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