#307D99

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

Shades of Scooter #307D99

Tints of Scooter #307D99

Color information

#307D99 (or 0x307D99) is unknown color: approx Scooter. HEX triplet: 30, 7D and 99. RGB value is (48,125,153). Sum of RGB (Red+Green+Blue) = 48+125+153=326 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.72% from 326); Green value is 125 (49.22% from 255 or 38.34% from 326); Blue value is 153 (60.16% from 255 or 46.93% from 326); Max value from RGB is 153 - color contains mainly: blue. Hex color #307D99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307D99 is #CF8266. Grayscale: #686868. Windows color (decimal): -13599335 or 10059056. OLE color: 10059056.

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

Color convert

RGB48125153-
CMYK0.690.1800.4
HSL196º52.24%39.41%-
HSV(B)196º68.63%60%-
XYZ14.317.632.78-
YUV105.17154.9987.22-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.72%
GREEN value IS 125 (49.22% from 255) = 38.34%
BLUE value IS 153 (60.16% from 255) = 46.93%
R=14.72%
G=38.34%
B=46.93%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal481251530.690.1800.419652.2439.41
Hex307D994512028c43427
Octal60175231105220503046447
Binary110000111110110011001100010110010010100011000100110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307D99; }

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

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

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

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

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

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

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

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