#309299

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

Shades of Scooter #309299

Tints of Scooter #309299

Color information

#309299 (or 0x309299) is unknown color: approx Scooter. HEX triplet: 30, 92 and 99. RGB value is (48,146,153). Sum of RGB (Red+Green+Blue) = 48+146+153=347 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.83% from 347); Green value is 146 (57.42% from 255 or 42.07% from 347); Blue value is 153 (60.16% from 255 or 44.09% from 347); Max value from RGB is 153 - color contains mainly: blue. Hex color #309299 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309299 is #CF6D66. Grayscale: #757575. Windows color (decimal): -13593959 or 10064432. OLE color: 10064432.

HSL color Cylindrical-coordinate representation of color #309299: hue angle of 184º 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 #309299 is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB48146153-
CMYK0.690.0500.4
HSL184º52.24%39.41%-
HSV(B)184º68.63%60%-
XYZ17.2523.4933.76-
YUV117.5148.0378.43-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.83%
GREEN value IS 146 (57.42% from 255) = 42.07%
BLUE value IS 153 (60.16% from 255) = 44.09%
R=13.83%
G=42.07%
B=44.09%

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
Decimal481461530.690.0500.418452.2439.41
Hex309299455028b83427
Octal6022223110550502706447
Binary11000010010010100110011000101101010100010111000110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309299; }

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

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

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

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

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

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

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

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