#307E96

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

Shades of Scooter #307E96

Tints of Scooter #307E96

Color information

#307E96 (or 0x307E96) is unknown color: approx Scooter. HEX triplet: 30, 7E and 96. RGB value is (48,126,150). Sum of RGB (Red+Green+Blue) = 48+126+150=324 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.81% from 324); Green value is 126 (49.61% from 255 or 38.89% from 324); Blue value is 150 (58.98% from 255 or 46.30% from 324); Max value from RGB is 150 - color contains mainly: blue. Hex color #307E96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307E96 is #CF8169. Grayscale: #696969. Windows color (decimal): -13599082 or 9862704. OLE color: 9862704.

HSL color Cylindrical-coordinate representation of color #307E96: hue angle of 194.12º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #307E96 is Cyan = 0.68, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB48126150-
CMYK0.680.1600.41
HSL194.12º51.52%38.82%-
HSV(B)194.12º68%58.82%-
XYZ14.1817.7531.53-
YUV105.41153.1687.05-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.81%
GREEN value IS 126 (49.61% from 255) = 38.89%
BLUE value IS 150 (58.98% from 255) = 46.30%
R=14.81%
G=38.89%
B=46.30%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal481261500.680.1600.41194.1251.5238.82
Hex307E964410029c23427
Octal60176226104200513026447
Binary110000111111010010110100010010000010100111000010110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,126,150); }

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

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

 a { background-color: rgb(48,126,150); }

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

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

 span { border-color: rgb(48,126,150); }

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