#309199

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

Shades of Scooter #309199

Tints of Scooter #309199

Color information

#309199 (or 0x309199) is unknown color: approx Scooter. HEX triplet: 30, 91 and 99. RGB value is (48,145,153). Sum of RGB (Red+Green+Blue) = 48+145+153=346 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.87% from 346); Green value is 145 (57.03% from 255 or 41.91% from 346); Blue value is 153 (60.16% from 255 or 44.22% from 346); Max value from RGB is 153 - color contains mainly: blue. Hex color #309199 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309199 is #CF6E66. Grayscale: #747474. Windows color (decimal): -13594215 or 10064176. OLE color: 10064176.

HSL color Cylindrical-coordinate representation of color #309199: hue angle of 184.57º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #309199 is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB48145153-
CMYK0.690.0500.4
HSL184.57º52.24%39.41%-
HSV(B)184.57º68.63%60%-
XYZ17.0923.1833.71-
YUV116.91148.3678.85-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.87%
GREEN value IS 145 (57.03% from 255) = 41.91%
BLUE value IS 153 (60.16% from 255) = 44.22%
R=13.87%
G=41.91%
B=44.22%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal481451530.690.0500.4184.5752.2439.41
Hex309199455028b93427
Octal6022123110550502716447
Binary11000010010001100110011000101101010100010111001110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309199; }

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

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

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

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

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

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

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

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