#307F96

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

Shades of Scooter #307F96

Tints of Scooter #307F96

Color information

#307F96 (or 0x307F96) is unknown color: approx Scooter. HEX triplet: 30, 7F and 96. RGB value is (48,127,150). Sum of RGB (Red+Green+Blue) = 48+127+150=325 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.77% from 325); Green value is 127 (50% from 255 or 39.08% from 325); Blue value is 150 (58.98% from 255 or 46.15% from 325); Max value from RGB is 150 - color contains mainly: blue. Hex color #307F96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307F96 is #CF8069. Grayscale: #696969. Windows color (decimal): -13598826 or 9862960. OLE color: 9862960.

HSL color Cylindrical-coordinate representation of color #307F96: hue angle of 193.53º 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 #307F96 is Cyan = 0.68, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB48127150-
CMYK0.680.1500.41
HSL193.53º51.52%38.82%-
HSV(B)193.53º68%58.82%-
XYZ14.3118.0131.58-
YUV106152.8386.63-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.77%
GREEN value IS 127 (50% from 255) = 39.08%
BLUE value IS 150 (58.98% from 255) = 46.15%
R=14.77%
G=39.08%
B=46.15%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal481271500.680.1500.41193.5351.5238.82
Hex307F9644F029c23427
Octal60177226104170513026447
Binary11000011111111001011010001001111010100111000010110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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