#3099A5

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

Shades of Scooter #3099A5

Tints of Scooter #3099A5

Color information

#3099A5 (or 0x3099A5) is unknown color: approx Scooter. HEX triplet: 30, 99 and A5. RGB value is (48,153,165). Sum of RGB (Red+Green+Blue) = 48+153+165=366 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.11% from 366); Green value is 153 (60.16% from 255 or 41.80% from 366); Blue value is 165 (64.84% from 255 or 45.08% from 366); Max value from RGB is 165 - color contains mainly: blue. Hex color #3099A5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3099A5 is #CF665A. Grayscale: #7A7A7A. Windows color (decimal): -13592155 or 10852656. OLE color: 10852656.

HSL color Cylindrical-coordinate representation of color #3099A5: hue angle of 186.15º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3099A5 is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB48153165-
CMYK0.710.0700.35
HSL186.15º54.93%41.76%-
HSV(B)186.15º70.91%64.71%-
XYZ19.426.1339.62-
YUV122.97151.7174.52-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.11%
GREEN value IS 153 (60.16% from 255) = 41.80%
BLUE value IS 165 (64.84% from 255) = 45.08%
R=13.11%
G=41.80%
B=45.08%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal481531650.710.0700.35186.1554.9341.76
Hex3099A5477023ba372a
Octal6023124510770432726752
Binary11000010011001101001011000111111010001110111010110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3099A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3099A5; }

 p { color: rgb(48,153,165); }

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

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

 a { background-color: rgb(48,153,165); }

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

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

 span { border-color: rgb(48,153,165); }

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