#3298A7

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

Shades of Scooter #3298A7

Tints of Scooter #3298A7

Color information

#3298A7 (or 0x3298A7) is unknown color: approx Scooter. HEX triplet: 32, 98 and A7. RGB value is (50,152,167). Sum of RGB (Red+Green+Blue) = 50+152+167=369 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.55% from 369); Green value is 152 (59.77% from 255 or 41.19% from 369); Blue value is 167 (65.62% from 255 or 45.26% from 369); Max value from RGB is 167 - color contains mainly: blue. Hex color #3298A7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3298A7 is #CD6758. Grayscale: #7B7B7B. Windows color (decimal): -13461337 or 10983474. OLE color: 10983474.

HSL color Cylindrical-coordinate representation of color #3298A7: hue angle of 187.69º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3298A7 is Cyan = 0.70, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB50152167-
CMYK0.700.0900.35
HSL187.69º53.92%42.55%-
HSV(B)187.69º70.06%65.49%-
XYZ19.5225.9240.53-
YUV123.21152.7175.78-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.55%
GREEN value IS 152 (59.77% from 255) = 41.19%
BLUE value IS 167 (65.62% from 255) = 45.26%
R=13.55%
G=41.19%
B=45.26%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal501521670.700.0900.35187.6953.9242.55
Hex3298A7469023bc362b
Octal62230247106110432746653
Binary110010100110001010011110001101001010001110111100110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3298A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3298A7; }

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

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

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

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

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

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

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

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